Html Css Color HEX #005E12 Crusoe

📋 copy color: '#005E12'

red 0 ◦ green 94 ◦ blue 18

#005E12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #005E12

Tints of Crusoe #005E12

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 94 (37.11% from 255) = 83.93%

 BLUE value IS 18 (7.42% from 255) = 16.07%

R = 0%
G = 83.93%
B = 16.07%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.81

 K value IS 0.63

RGB Variations

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

Color information

#005E12 (or 0x005E12) is known color: Crusoe. HEX triplet: 00, 5E and 12. RGB value is (0,94,18). Sum of RGB (Red+Green+Blue) = 0+94+18=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 94 (37.11% from 255 or 83.93% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 94 - color contains mainly: green. Hex color #005E12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005E12 is #FFA1ED. Grayscale: #393939. Windows color (decimal): -16753134 or 1203712. OLE color: 1203712.

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

Color convert

RGB 0 94 18 -
CMYK 1 0 0.81 0.63
HSL 131.49º 1% 0.18% -
HSV(B) 131.49º 1% 0.37% -
XYZ 4.11 8.05 1.91 -
YUV 57.23 105.86 87.18 -
System Red Green Blue C M Y K H S L
Decimal 0 94 18 1 0 0.81 0.63 131.49 1 0.18
Hex 0 5E 12 64 0 51 3F 83 64 12
Octal 0 136 22 144 0 121 77 203 144 22
Binary 0 1011110 10010 1100100 0 1010001 111111 10000011 1100100 10010

Color Harmonies of #005E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005E12

Black with #005E12

Text Example


Text Example

White with #005E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,94,18); }

 H1.HeaderClassName
 {
   color: #005E12;
 }
 .AnyTagClassName
 {
   color: #005E12;
 }
</style>

background-color css

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

 a { background-color: rgb(0,94,18); }

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

border-color css

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

 span { border-color: rgb(0,94,18); }

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