#1F5C35

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

Shades of Crusoe #1F5C35

Tints of Crusoe #1F5C35

Color information

#1F5C35 (or 0x1F5C35) is unknown color: approx Crusoe. HEX triplet: 1F, 5C and 35. RGB value is (31,92,53). Sum of RGB (Red+Green+Blue) = 31+92+53=176 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.61% from 176); Green value is 92 (36.33% from 255 or 52.27% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 92 - color contains mainly: green. Hex color #1F5C35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5C35 is #E0A3CA. Grayscale: #454545. Windows color (decimal): -14721995 or 3496991. OLE color: 3496991.

HSL color Cylindrical-coordinate representation of color #1F5C35: hue angle of 141.64º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F5C35 is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB319253-
CMYK0.6600.420.64
HSL141.64º49.59%24.12%-
HSV(B)141.64º66.3%36.08%-
XYZ5.038.24.69-
YUV69.32118.79100.67-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.61%
GREEN value IS 92 (36.33% from 255) = 52.27%
BLUE value IS 53 (21.09% from 255) = 30.11%
R=17.61%
G=52.27%
B=30.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3192530.6600.420.64141.6449.5924.12
Hex1F5C354202A408e3218
Octal37134651020521002166230
Binary1111110111001101011000010010101010000001000111011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F5C35; }

 p { color: rgb(31,92,53); }

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

<style>
 a { background-color: #1F5C35; }

 a { background-color: rgb(31,92,53); }

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

<style>
 span { border-color: #1F5C35; }

 span { border-color: rgb(31,92,53); }

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