Html Css Color HEX #017524 Crusoe

📋 copy color: '#017524'

red 1 ◦ green 117 ◦ blue 36

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

Shades of Crusoe #017524

Tints of Crusoe #017524

RGB

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

 GREEN value IS 117 (46.09% from 255) = 75.97%

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

R = 0.65%
G = 75.97%
B = 23.38%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#017524 (or 0x017524) is known color: Crusoe. HEX triplet: 01, 75 and 24. RGB value is (1,117,36). Sum of RGB (Red+Green+Blue) = 1+117+36=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 117 (46.09% from 255 or 75.97% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 117 - color contains mainly: green. Hex color #017524 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017524 is #FE8ADB. Grayscale: #494949. Windows color (decimal): -16681692 or 2389249. OLE color: 2389249.

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

Color convert

RGB 1 117 36 -
CMYK 0.99 0 0.69 0.54
HSL 138.1º 0.98% 0.23% -
HSV(B) 138.1º 0.99% 0.46% -
XYZ 6.69 12.86 3.8 -
YUV 73.08 107.07 76.59 -
System Red Green Blue C M Y K H S L
Decimal 1 117 36 0.99 0 0.69 0.54 138.1 0.98 0.23
Hex 1 75 24 63 0 45 36 8A 62 17
Octal 1 165 44 143 0 105 66 212 142 27
Binary 1 1110101 100100 1100011 0 1000101 110110 10001010 1100010 10111

Color Harmonies of #017524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017524

Black with #017524

Text Example


Text Example

White with #017524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017524; }

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

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

background-color css

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

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

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

border-color css

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

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

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