#19753B

Color #19753B Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #19753B

Tints of Camarone #19753B

Color information

#19753B (or 0x19753B) is unknown color: approx Camarone. HEX triplet: 19, 75 and 3B. RGB value is (25,117,59). Sum of RGB (Red+Green+Blue) = 25+117+59=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 117 (46.09% from 255 or 58.21% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 117 - color contains mainly: green. Hex color #19753B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19753B is #E68AC4. Grayscale: #535353. Windows color (decimal): -15108805 or 3896601. OLE color: 3896601.

HSL color Cylindrical-coordinate representation of color #19753B: hue angle of 142.17º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19753B is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB2511759-
CMYK0.7900.500.54
HSL142.17º64.79%27.84%-
HSV(B)142.17º78.63%45.88%-
XYZ7.5513.256.3-
YUV82.88114.5286.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 25 (10.16% from 255) = 12.44%
GREEN value IS 117 (46.09% from 255) = 58.21%
BLUE value IS 59 (23.44% from 255) = 29.35%
R=12.44%
G=58.21%
B=29.35%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25117590.7900.500.54142.1764.7927.84
Hex19753B4F032368e411c
Octal31165731170626621610134
Binary1100111101011110111001111011001011011010001110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19753B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19753B; }

 p { color: rgb(25,117,59); }

 H1.HeaderClassName
 {
   color: #19753B;
 }
 .AnyTagClassName
 {
   color: #19753B;
 }
</style>
background-color css

<style>
 a { background-color: #19753B; }

 a { background-color: rgb(25,117,59); }

 div.DivClassName
 {
   background-color: #19753B;
 }
 .BgClassName
 {
   background-color: #19753B;
 }
</style>
border-color css

<style>
 span { border-color: #19753B; }

 span { border-color: rgb(25,117,59); }

 td.TdClassName
 {
   border-color: #19753B;
 }
 .TagClassName
 {
   border-color: #19753B;
 }
</style>