Html Css Color HEX #005A15 Crusoe

📋 copy color: '#005A15'

red 0 ◦ green 90 ◦ blue 21

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

Shades of Crusoe #005A15

Tints of Crusoe #005A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.92%

R = 0%
G = 81.08%
B = 18.92%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#005A15 (or 0x005A15) is known color: Crusoe. HEX triplet: 00, 5A and 15. RGB value is (0,90,21). Sum of RGB (Red+Green+Blue) = 0+90+21=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 90 (35.55% from 255 or 81.08% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 90 - color contains mainly: green. Hex color #005A15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005A15 is #FFA5EA. Grayscale: #373737. Windows color (decimal): -16754155 or 1399296. OLE color: 1399296.

HSL color Cylindrical-coordinate representation of color #005A15: hue angle of 134º 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 #005A15 is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB 0 90 21 -
CMYK 1 0 0.77 0.65
HSL 134º 1% 0.18% -
HSV(B) 134º 1% 0.35% -
XYZ 3.79 7.37 1.93 -
YUV 55.22 108.68 88.61 -
System Red Green Blue C M Y K H S L
Decimal 0 90 21 1 0 0.77 0.65 134 1 0.18
Hex 0 5A 15 64 0 4D 41 86 64 12
Octal 0 132 25 144 0 115 101 206 144 22
Binary 0 1011010 10101 1100100 0 1001101 1000001 10000110 1100100 10010

Color Harmonies of #005A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A15

Black with #005A15

Text Example


Text Example

White with #005A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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