#19532C

Color #19532C Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #19532C

Tints of Crusoe #19532C

Color information

#19532C (or 0x19532C) is unknown color: approx Crusoe. HEX triplet: 19, 53 and 2C. RGB value is (25,83,44). Sum of RGB (Red+Green+Blue) = 25+83+44=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 83 (32.81% from 255 or 54.61% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 83 - color contains mainly: green. Hex color #19532C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19532C is #E6ACD3. Grayscale: #3D3D3D. Windows color (decimal): -15117524 or 2904857. OLE color: 2904857.

HSL color Cylindrical-coordinate representation of color #19532C: hue angle of 139.66º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #19532C is Cyan = 0.70, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB258344-
CMYK0.7000.470.67
HSL139.66º53.7%21.18%-
HSV(B)139.66º69.88%32.55%-
XYZ3.956.583.44-
YUV61.21118.28102.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.45%
GREEN value IS 83 (32.81% from 255) = 54.61%
BLUE value IS 44 (17.58% from 255) = 28.95%
R=16.45%
G=54.61%
B=28.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2583440.7000.470.67139.6653.721.18
Hex19532C4602F438c3615
Octal31123541060571032146625
Binary1100110100111011001000110010111110000111000110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19532C; }

 p { color: rgb(25,83,44); }

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

<style>
 a { background-color: #19532C; }

 a { background-color: rgb(25,83,44); }

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

<style>
 span { border-color: #19532C; }

 span { border-color: rgb(25,83,44); }

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