Html Css Color HEX #015A15 Crusoe

📋 copy color: '#015A15'

red 1 ◦ green 90 ◦ blue 21

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

Shades of Crusoe #015A15

Tints of Crusoe #015A15

RGB

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

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

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

R = 0.89%
G = 80.36%
B = 18.75%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#015A15 (or 0x015A15) is known color: Crusoe. HEX triplet: 01, 5A and 15. RGB value is (1,90,21). Sum of RGB (Red+Green+Blue) = 1+90+21=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 90 (35.55% from 255 or 80.36% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 90 - color contains mainly: green. Hex color #015A15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015A15 is #FEA5EA. Grayscale: #373737. Windows color (decimal): -16688619 or 1399297. OLE color: 1399297.

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

Color convert

RGB 1 90 21 -
CMYK 0.99 0 0.77 0.65
HSL 133.48º 0.98% 0.18% -
HSV(B) 133.48º 0.99% 0.35% -
XYZ 3.8 7.37 1.93 -
YUV 55.52 108.51 89.11 -
System Red Green Blue C M Y K H S L
Decimal 1 90 21 0.99 0 0.77 0.65 133.48 0.98 0.18
Hex 1 5A 15 63 0 4D 41 85 62 12
Octal 1 132 25 143 0 115 101 205 142 22
Binary 1 1011010 10101 1100011 0 1001101 1000001 10000101 1100010 10010

Color Harmonies of #015A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A15

Black with #015A15

Text Example


Text Example

White with #015A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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