Html Css Color HEX #017625 Crusoe

📋 copy color: '#017625'

red 1 ◦ green 118 ◦ blue 37

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

Shades of Crusoe #017625

Tints of Crusoe #017625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 23.72%

R = 0.64%
G = 75.64%
B = 23.72%

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

#017625 (or 0x017625) is known color: Crusoe. HEX triplet: 01, 76 and 25. RGB value is (1,118,37). Sum of RGB (Red+Green+Blue) = 1+118+37=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 118 (46.48% from 255 or 75.64% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 118 - color contains mainly: green. Hex color #017625 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017625 is #FE89DA. Grayscale: #494949. Windows color (decimal): -16681435 or 2455041. OLE color: 2455041.

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

Color convert

RGB 1 118 37 -
CMYK 0.99 0 0.69 0.54
HSL 138.46º 0.98% 0.23% -
HSV(B) 138.46º 0.99% 0.46% -
XYZ 6.82 13.1 3.92 -
YUV 73.78 107.24 76.09 -
System Red Green Blue C M Y K H S L
Decimal 1 118 37 0.99 0 0.69 0.54 138.46 0.98 0.23
Hex 1 76 25 63 0 45 36 8A 62 17
Octal 1 166 45 143 0 105 66 212 142 27
Binary 1 1110110 100101 1100011 0 1000101 110110 10001010 1100010 10111

Color Harmonies of #017625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017625

Black with #017625

Text Example


Text Example

White with #017625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017625; }

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

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

background-color css

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

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

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

border-color css

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

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

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