Html Css Color HEX #017424 Crusoe

📋 copy color: '#017424'

red 1 ◦ green 116 ◦ blue 36

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

Shades of Crusoe #017424

Tints of Crusoe #017424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 23.53%

R = 0.65%
G = 75.82%
B = 23.53%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#017424 (or 0x017424) is known color: Crusoe. HEX triplet: 01, 74 and 24. RGB value is (1,116,36). Sum of RGB (Red+Green+Blue) = 1+116+36=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 116 (45.70% from 255 or 75.82% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 116 - color contains mainly: green. Hex color #017424 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017424 is #FE8BDB. Grayscale: #484848. Windows color (decimal): -16681948 or 2388993. OLE color: 2388993.

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

Color convert

RGB 1 116 36 -
CMYK 0.99 0 0.69 0.55
HSL 138.26º 0.98% 0.23% -
HSV(B) 138.26º 0.99% 0.45% -
XYZ 6.58 12.62 3.76 -
YUV 72.5 107.4 77 -
System Red Green Blue C M Y K H S L
Decimal 1 116 36 0.99 0 0.69 0.55 138.26 0.98 0.23
Hex 1 74 24 63 0 45 37 8A 62 17
Octal 1 164 44 143 0 105 67 212 142 27
Binary 1 1110100 100100 1100011 0 1000101 110111 10001010 1100010 10111

Color Harmonies of #017424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017424

Black with #017424

Text Example


Text Example

White with #017424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017424; }

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

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

background-color css

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

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

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

border-color css

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

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

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