Html Css Color HEX #015A14 Crusoe

📋 copy color: '#015A14'

red 1 ◦ green 90 ◦ blue 20

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

Shades of Crusoe #015A14

Tints of Crusoe #015A14

RGB

 RED value IS 1 (0.78% from 255) = 0.9%

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

 BLUE value IS 20 (8.2% from 255) = 18.02%

R = 0.9%
G = 81.08%
B = 18.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#015A14 (or 0x015A14) is known color: Crusoe. HEX triplet: 01, 5A and 14. RGB value is (1,90,20). Sum of RGB (Red+Green+Blue) = 1+90+20=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 90 (35.55% from 255 or 81.08% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 90 - color contains mainly: green. Hex color #015A14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015A14 is #FEA5EB. Grayscale: #373737. Windows color (decimal): -16688620 or 1333761. OLE color: 1333761.

HSL color Cylindrical-coordinate representation of color #015A14: hue angle of 132.81º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015A14 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 90 20 -
CMYK 0.99 0 0.78 0.65
HSL 132.81º 0.98% 0.18% -
HSV(B) 132.81º 0.99% 0.35% -
XYZ 3.79 7.37 1.88 -
YUV 55.41 108.01 89.19 -
System Red Green Blue C M Y K H S L
Decimal 1 90 20 0.99 0 0.78 0.65 132.81 0.98 0.18
Hex 1 5A 14 63 0 4E 41 85 62 12
Octal 1 132 24 143 0 116 101 205 142 22
Binary 1 1011010 10100 1100011 0 1001110 1000001 10000101 1100010 10010

Color Harmonies of #015A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A14

Black with #015A14

Text Example


Text Example

White with #015A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015A14; }

 p { color: rgb(1,90,20); }

 H1.HeaderClassName
 {
   color: #015A14;
 }
 .AnyTagClassName
 {
   color: #015A14;
 }
</style>

background-color css

<style>
 a { background-color: #015A14; }

 a { background-color: rgb(1,90,20); }

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

border-color css

<style>
 span { border-color: #015A14; }

 span { border-color: rgb(1,90,20); }

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