Html Css Color HEX #017722 Crusoe

📋 copy color: '#017722'

red 1 ◦ green 119 ◦ blue 34

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

Shades of Crusoe #017722

Tints of Crusoe #017722

RGB

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

 GREEN value IS 119 (46.88% from 255) = 77.27%

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

R = 0.65%
G = 77.27%
B = 22.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#017722 (or 0x017722) is known color: Crusoe. HEX triplet: 01, 77 and 22. RGB value is (1,119,34). Sum of RGB (Red+Green+Blue) = 1+119+34=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 119 (46.88% from 255 or 77.27% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 119 - color contains mainly: green. Hex color #017722 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017722 is #FE88DD. Grayscale: #4A4A4A. Windows color (decimal): -16681182 or 2258689. OLE color: 2258689.

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

Color convert

RGB 1 119 34 -
CMYK 0.99 0 0.71 0.53
HSL 136.78º 0.98% 0.24% -
HSV(B) 136.78º 0.99% 0.47% -
XYZ 6.9 13.32 3.72 -
YUV 74.03 105.41 75.91 -
System Red Green Blue C M Y K H S L
Decimal 1 119 34 0.99 0 0.71 0.53 136.78 0.98 0.24
Hex 1 77 22 63 0 47 35 89 62 18
Octal 1 167 42 143 0 107 65 211 142 30
Binary 1 1110111 100010 1100011 0 1000111 110101 10001001 1100010 11000

Color Harmonies of #017722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017722

Black with #017722

Text Example


Text Example

White with #017722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017722; }

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

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

background-color css

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

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

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

border-color css

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

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

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