Html Css Color HEX #005A12 Crusoe

📋 copy color: '#005A12'

red 0 ◦ green 90 ◦ blue 18

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

Shades of Crusoe #005A12

Tints of Crusoe #005A12

RGB

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

 GREEN value IS 90 (35.55% from 255) = 83.33%

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

R = 0%
G = 83.33%
B = 16.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#005A12 (or 0x005A12) is known color: Crusoe. HEX triplet: 00, 5A and 12. RGB value is (0,90,18). Sum of RGB (Red+Green+Blue) = 0+90+18=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 90 (35.55% from 255 or 83.33% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 90 - color contains mainly: green. Hex color #005A12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005A12 is #FFA5ED. Grayscale: #373737. Windows color (decimal): -16754158 or 1202688. OLE color: 1202688.

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

Color convert

RGB 0 90 18 -
CMYK 1 0 0.80 0.65
HSL 132º 1% 0.18% -
HSV(B) 132º 1% 0.35% -
XYZ 3.77 7.36 1.79 -
YUV 54.88 107.18 88.85 -
System Red Green Blue C M Y K H S L
Decimal 0 90 18 1 0 0.80 0.65 132 1 0.18
Hex 0 5A 12 64 0 50 41 84 64 12
Octal 0 132 22 144 0 120 101 204 144 22
Binary 0 1011010 10010 1100100 0 1010000 1000001 10000100 1100100 10010

Color Harmonies of #005A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A12

Black with #005A12

Text Example


Text Example

White with #005A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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