Html Css Color HEX #017822 Crusoe

📋 copy color: '#017822'

red 1 ◦ green 120 ◦ blue 34

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

Shades of Crusoe #017822

Tints of Crusoe #017822

RGB

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

 GREEN value IS 120 (47.27% from 255) = 77.42%

 BLUE value IS 34 (13.67% from 255) = 21.94%

R = 0.65%
G = 77.42%
B = 21.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#017822 (or 0x017822) is known color: Crusoe. HEX triplet: 01, 78 and 22. RGB value is (1,120,34). Sum of RGB (Red+Green+Blue) = 1+120+34=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 120 (47.27% from 255 or 77.42% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 120 - color contains mainly: green. Hex color #017822 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017822 is #FE87DD. Grayscale: #4A4A4A. Windows color (decimal): -16680926 or 2258945. OLE color: 2258945.

HSL color Cylindrical-coordinate representation of color #017822: hue angle of 136.64º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017822 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 120 34 -
CMYK 0.99 0 0.72 0.53
HSL 136.64º 0.98% 0.24% -
HSV(B) 136.64º 0.99% 0.47% -
XYZ 7.02 13.55 3.76 -
YUV 74.62 105.08 75.49 -
System Red Green Blue C M Y K H S L
Decimal 1 120 34 0.99 0 0.72 0.53 136.64 0.98 0.24
Hex 1 78 22 63 0 48 35 89 62 18
Octal 1 170 42 143 0 110 65 211 142 30
Binary 1 1111000 100010 1100011 0 1001000 110101 10001001 1100010 11000

Color Harmonies of #017822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017822

Black with #017822

Text Example


Text Example

White with #017822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017822; }

 p { color: rgb(1,120,34); }

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

background-color css

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

 a { background-color: rgb(1,120,34); }

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

border-color css

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

 span { border-color: rgb(1,120,34); }

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