#19713B

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

Shades of Camarone #19713B

Tints of Camarone #19713B

Color information

#19713B (or 0x19713B) is unknown color: approx Camarone. HEX triplet: 19, 71 and 3B. RGB value is (25,113,59). Sum of RGB (Red+Green+Blue) = 25+113+59=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 113 (44.53% from 255 or 57.36% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 113 - color contains mainly: green. Hex color #19713B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19713B is #E68EC4. Grayscale: #505050. Windows color (decimal): -15109829 or 3895577. OLE color: 3895577.

HSL color Cylindrical-coordinate representation of color #19713B: hue angle of 143.18º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #19713B is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB2511359-
CMYK0.7800.480.56
HSL143.18º63.77%27.06%-
HSV(B)143.18º77.88%44.31%-
XYZ7.112.336.14-
YUV80.53115.8588.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.69%
GREEN value IS 113 (44.53% from 255) = 57.36%
BLUE value IS 59 (23.44% from 255) = 29.95%
R=12.69%
G=57.36%
B=29.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25113590.7800.480.56143.1863.7727.06
Hex19713B4E030388f401b
Octal31161731160607021710033
Binary1100111100011110111001110011000011100010001111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19713B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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