Html Css Color HEX #017728 Crusoe

📋 copy color: '#017728'

red 1 ◦ green 119 ◦ blue 40

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

Shades of Crusoe #017728

Tints of Crusoe #017728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25%

R = 0.63%
G = 74.38%
B = 25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#017728 (or 0x017728) is known color: Crusoe. HEX triplet: 01, 77 and 28. RGB value is (1,119,40). Sum of RGB (Red+Green+Blue) = 1+119+40=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 119 (46.88% from 255 or 74.38% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 119 - color contains mainly: green. Hex color #017728 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017728 is #FE88D7. Grayscale: #4A4A4A. Windows color (decimal): -16681176 or 2651905. OLE color: 2651905.

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

Color convert

RGB 1 119 40 -
CMYK 0.99 0 0.66 0.53
HSL 139.83º 0.98% 0.24% -
HSV(B) 139.83º 0.99% 0.47% -
XYZ 6.99 13.35 4.22 -
YUV 74.71 108.41 75.42 -
System Red Green Blue C M Y K H S L
Decimal 1 119 40 0.99 0 0.66 0.53 139.83 0.98 0.24
Hex 1 77 28 63 0 42 35 8C 62 18
Octal 1 167 50 143 0 102 65 214 142 30
Binary 1 1110111 101000 1100011 0 1000010 110101 10001100 1100010 11000

Color Harmonies of #017728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017728

Black with #017728

Text Example


Text Example

White with #017728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017728; }

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

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

background-color css

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

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

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

border-color css

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

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

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