#005F19

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

Shades of Crusoe #005F19

Tints of Crusoe #005F19

Color information

#005F19 (or 0x005F19) is unknown color: approx Crusoe. HEX triplet: 00, 5F and 19. RGB value is (0,95,25). Sum of RGB (Red+Green+Blue) = 0+95+25=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 95 (37.5% from 255 or 79.17% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 95 - color contains mainly: green. Hex color #005F19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005F19 is #FFA0E6. Grayscale: #3A3A3A. Windows color (decimal): -16752871 or 1662720. OLE color: 1662720.

HSL color Cylindrical-coordinate representation of color #005F19: hue angle of 135.79º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005F19 is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.63.

Color convert

RGB09525-
CMYK100.740.63
HSL135.79º100%18.63%-
HSV(B)135.79º100%37.25%-
XYZ4.278.252.29-
YUV58.61109.0386.19-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 95 (37.5% from 255) = 79.17%
BLUE value IS 25 (10.16% from 255) = 20.83%
R=0%
G=79.17%
B=20.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal09525100.740.63135.7910018.63
Hex05F196404A3F886413
Octal01373114401127721014423
Binary010111111100111001000100101011111110001000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005F19; }

 p { color: rgb(0,95,25); }

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

<style>
 a { background-color: #005F19; }

 a { background-color: rgb(0,95,25); }

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

<style>
 span { border-color: #005F19; }

 span { border-color: rgb(0,95,25); }

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