Html Css Color HEX #017122 Crusoe

📋 copy color: '#017122'

red 1 ◦ green 113 ◦ blue 34

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

Shades of Crusoe #017122

Tints of Crusoe #017122

RGB

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

 GREEN value IS 113 (44.53% from 255) = 76.35%

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

R = 0.68%
G = 76.35%
B = 22.97%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#017122 (or 0x017122) is known color: Crusoe. HEX triplet: 01, 71 and 22. RGB value is (1,113,34). Sum of RGB (Red+Green+Blue) = 1+113+34=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 113 (44.53% from 255 or 76.35% from 148); Blue value is 34 (13.67% from 255 or 22.97% from 148); Max value from RGB is 113 - color contains mainly: green. Hex color #017122 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017122 is #FE8EDD. Grayscale: #464646. Windows color (decimal): -16682718 or 2257153. OLE color: 2257153.

HSL color Cylindrical-coordinate representation of color #017122: hue angle of 137.68º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017122 is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 113 34 -
CMYK 0.99 0 0.70 0.56
HSL 137.68º 0.98% 0.22% -
HSV(B) 137.68º 0.99% 0.44% -
XYZ 6.21 11.93 3.49 -
YUV 70.51 107.39 78.42 -
System Red Green Blue C M Y K H S L
Decimal 1 113 34 0.99 0 0.70 0.56 137.68 0.98 0.22
Hex 1 71 22 63 0 46 38 8A 62 16
Octal 1 161 42 143 0 106 70 212 142 26
Binary 1 1110001 100010 1100011 0 1000110 111000 10001010 1100010 10110

Color Harmonies of #017122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017122

Black with #017122

Text Example


Text Example

White with #017122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017122; }

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

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

background-color css

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

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

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

border-color css

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

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

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