Html Css Color HEX #017627 Crusoe

📋 copy color: '#017627'

red 1 ◦ green 118 ◦ blue 39

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

Shades of Crusoe #017627

Tints of Crusoe #017627

RGB

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

 GREEN value IS 118 (46.48% from 255) = 74.68%

 BLUE value IS 39 (15.63% from 255) = 24.68%

R = 0.63%
G = 74.68%
B = 24.68%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#017627 (or 0x017627) is known color: Crusoe. HEX triplet: 01, 76 and 27. RGB value is (1,118,39). Sum of RGB (Red+Green+Blue) = 1+118+39=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 118 (46.48% from 255 or 74.68% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 118 - color contains mainly: green. Hex color #017627 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017627 is #FE89D8. Grayscale: #4A4A4A. Windows color (decimal): -16681433 or 2586113. OLE color: 2586113.

HSL color Cylindrical-coordinate representation of color #017627: hue angle of 139.49º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017627 is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 118 39 -
CMYK 0.99 0 0.67 0.54
HSL 139.49º 0.98% 0.23% -
HSV(B) 139.49º 0.99% 0.46% -
XYZ 6.86 13.11 4.09 -
YUV 74.01 108.24 75.92 -
System Red Green Blue C M Y K H S L
Decimal 1 118 39 0.99 0 0.67 0.54 139.49 0.98 0.23
Hex 1 76 27 63 0 43 36 8B 62 17
Octal 1 166 47 143 0 103 66 213 142 27
Binary 1 1110110 100111 1100011 0 1000011 110110 10001011 1100010 10111

Color Harmonies of #017627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017627

Black with #017627

Text Example


Text Example

White with #017627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017627; }

 p { color: rgb(1,118,39); }

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

background-color css

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

 a { background-color: rgb(1,118,39); }

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

border-color css

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

 span { border-color: rgb(1,118,39); }

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