Html Css Color HEX #017726 Crusoe

📋 copy color: '#017726'

red 1 ◦ green 119 ◦ blue 38

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

Shades of Crusoe #017726

Tints of Crusoe #017726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.05%

R = 0.63%
G = 75.32%
B = 24.05%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#017726 (or 0x017726) is known color: Crusoe. HEX triplet: 01, 77 and 26. RGB value is (1,119,38). Sum of RGB (Red+Green+Blue) = 1+119+38=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 119 (46.88% from 255 or 75.32% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 119 - color contains mainly: green. Hex color #017726 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017726 is #FE88D9. Grayscale: #4A4A4A. Windows color (decimal): -16681178 or 2520833. OLE color: 2520833.

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

Color convert

RGB 1 119 38 -
CMYK 0.99 0 0.68 0.53
HSL 138.81º 0.98% 0.24% -
HSV(B) 138.81º 0.99% 0.47% -
XYZ 6.96 13.34 4.04 -
YUV 74.48 107.41 75.59 -
System Red Green Blue C M Y K H S L
Decimal 1 119 38 0.99 0 0.68 0.53 138.81 0.98 0.24
Hex 1 77 26 63 0 44 35 8B 62 18
Octal 1 167 46 143 0 104 65 213 142 30
Binary 1 1110111 100110 1100011 0 1000100 110101 10001011 1100010 11000

Color Harmonies of #017726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017726

Black with #017726

Text Example


Text Example

White with #017726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017726; }

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

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

background-color css

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

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

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

border-color css

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

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

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