Html Css Color HEX #015A17 Crusoe

📋 copy color: '#015A17'

red 1 ◦ green 90 ◦ blue 23

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

Shades of Crusoe #015A17

Tints of Crusoe #015A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 20.18%

R = 0.88%
G = 78.95%
B = 20.18%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#015A17 (or 0x015A17) is known color: Crusoe. HEX triplet: 01, 5A and 17. RGB value is (1,90,23). Sum of RGB (Red+Green+Blue) = 1+90+23=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 90 (35.55% from 255 or 78.95% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 90 - color contains mainly: green. Hex color #015A17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015A17 is #FEA5E8. Grayscale: #373737. Windows color (decimal): -16688617 or 1530369. OLE color: 1530369.

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

Color convert

RGB 1 90 23 -
CMYK 0.99 0 0.74 0.65
HSL 134.83º 0.98% 0.18% -
HSV(B) 134.83º 0.99% 0.35% -
XYZ 3.82 7.38 2.03 -
YUV 55.75 109.51 88.95 -
System Red Green Blue C M Y K H S L
Decimal 1 90 23 0.99 0 0.74 0.65 134.83 0.98 0.18
Hex 1 5A 17 63 0 4A 41 87 62 12
Octal 1 132 27 143 0 112 101 207 142 22
Binary 1 1011010 10111 1100011 0 1001010 1000001 10000111 1100010 10010

Color Harmonies of #015A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A17

Black with #015A17

Text Example


Text Example

White with #015A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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