Html Css Color HEX #017628 Crusoe

📋 copy color: '#017628'

red 1 ◦ green 118 ◦ blue 40

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

Shades of Crusoe #017628

Tints of Crusoe #017628

RGB

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

 GREEN value IS 118 (46.48% from 255) = 74.21%

 BLUE value IS 40 (16.02% from 255) = 25.16%

R = 0.63%
G = 74.21%
B = 25.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#017628 (or 0x017628) is known color: Crusoe. HEX triplet: 01, 76 and 28. RGB value is (1,118,40). Sum of RGB (Red+Green+Blue) = 1+118+40=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 118 (46.48% from 255 or 74.21% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 118 - color contains mainly: green. Hex color #017628 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017628 is #FE89D7. Grayscale: #4A4A4A. Windows color (decimal): -16681432 or 2651649. OLE color: 2651649.

HSL color Cylindrical-coordinate representation of color #017628: hue angle of 140º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017628 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 118 40 -
CMYK 0.99 0 0.66 0.54
HSL 140º 0.98% 0.23% -
HSV(B) 140º 0.99% 0.46% -
XYZ 6.87 13.12 4.18 -
YUV 74.13 108.74 75.84 -
System Red Green Blue C M Y K H S L
Decimal 1 118 40 0.99 0 0.66 0.54 140 0.98 0.23
Hex 1 76 28 63 0 42 36 8C 62 17
Octal 1 166 50 143 0 102 66 214 142 27
Binary 1 1110110 101000 1100011 0 1000010 110110 10001100 1100010 10111

Color Harmonies of #017628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017628

Black with #017628

Text Example


Text Example

White with #017628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017628; }

 p { color: rgb(1,118,40); }

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

background-color css

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

 a { background-color: rgb(1,118,40); }

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

border-color css

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

 span { border-color: rgb(1,118,40); }

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