Html Css Color HEX #017427 Crusoe

📋 copy color: '#017427'

red 1 ◦ green 116 ◦ blue 39

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

Shades of Crusoe #017427

Tints of Crusoe #017427

RGB

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

 GREEN value IS 116 (45.7% from 255) = 74.36%

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

R = 0.64%
G = 74.36%
B = 25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#017427 (or 0x017427) is known color: Crusoe. HEX triplet: 01, 74 and 27. RGB value is (1,116,39). Sum of RGB (Red+Green+Blue) = 1+116+39=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 116 (45.70% from 255 or 74.36% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 116 - color contains mainly: green. Hex color #017427 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017427 is #FE8BD8. Grayscale: #494949. Windows color (decimal): -16681945 or 2585601. OLE color: 2585601.

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

Color convert

RGB 1 116 39 -
CMYK 0.99 0 0.66 0.55
HSL 139.83º 0.98% 0.23% -
HSV(B) 139.83º 0.99% 0.45% -
XYZ 6.62 12.64 4.01 -
YUV 72.84 108.9 76.76 -
System Red Green Blue C M Y K H S L
Decimal 1 116 39 0.99 0 0.66 0.55 139.83 0.98 0.23
Hex 1 74 27 63 0 42 37 8C 62 17
Octal 1 164 47 143 0 102 67 214 142 27
Binary 1 1110100 100111 1100011 0 1000010 110111 10001100 1100010 10111

Color Harmonies of #017427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017427

Black with #017427

Text Example


Text Example

White with #017427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017427; }

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

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

background-color css

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

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

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

border-color css

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

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

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