Html Css Color HEX #017621 Crusoe

📋 copy color: '#017621'

red 1 ◦ green 118 ◦ blue 33

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

Shades of Crusoe #017621

Tints of Crusoe #017621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 21.71%

R = 0.66%
G = 77.63%
B = 21.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#017621 (or 0x017621) is known color: Crusoe. HEX triplet: 01, 76 and 21. RGB value is (1,118,33). Sum of RGB (Red+Green+Blue) = 1+118+33=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 118 (46.48% from 255 or 77.63% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 118 - color contains mainly: green. Hex color #017621 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017621 is #FE89DE. Grayscale: #494949. Windows color (decimal): -16681439 or 2192897. OLE color: 2192897.

HSL color Cylindrical-coordinate representation of color #017621: hue angle of 136.41º 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 #017621 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 118 33 -
CMYK 0.99 0 0.72 0.54
HSL 136.41º 0.98% 0.23% -
HSV(B) 136.41º 0.99% 0.46% -
XYZ 6.77 13.07 3.61 -
YUV 73.33 105.24 76.41 -
System Red Green Blue C M Y K H S L
Decimal 1 118 33 0.99 0 0.72 0.54 136.41 0.98 0.23
Hex 1 76 21 63 0 48 36 88 62 17
Octal 1 166 41 143 0 110 66 210 142 27
Binary 1 1110110 100001 1100011 0 1001000 110110 10001000 1100010 10111

Color Harmonies of #017621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017621

Black with #017621

Text Example


Text Example

White with #017621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017621; }

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

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

background-color css

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

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

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

border-color css

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

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

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