Html Css Color HEX #016025 Crusoe

📋 copy color: '#016025'

red 1 ◦ green 96 ◦ blue 37

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

Shades of Crusoe #016025

Tints of Crusoe #016025

RGB

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

 GREEN value IS 96 (37.89% from 255) = 71.64%

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

R = 0.75%
G = 71.64%
B = 27.61%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#016025 (or 0x016025) is known color: Crusoe. HEX triplet: 01, 60 and 25. RGB value is (1,96,37). Sum of RGB (Red+Green+Blue) = 1+96+37=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 96 (37.89% from 255 or 71.64% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 96 - color contains mainly: green. Hex color #016025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016025 is #FE9FDA. Grayscale: #3D3D3D. Windows color (decimal): -16687067 or 2449409. OLE color: 2449409.

HSL color Cylindrical-coordinate representation of color #016025: hue angle of 142.74º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016025 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 96 37 -
CMYK 0.99 0 0.61 0.62
HSL 142.74º 0.98% 0.19% -
HSV(B) 142.74º 0.99% 0.38% -
XYZ 4.53 8.51 3.15 -
YUV 60.87 114.53 85.3 -
System Red Green Blue C M Y K H S L
Decimal 1 96 37 0.99 0 0.61 0.62 142.74 0.98 0.19
Hex 1 60 25 63 0 3D 3E 8F 62 13
Octal 1 140 45 143 0 75 76 217 142 23
Binary 1 1100000 100101 1100011 0 111101 111110 10001111 1100010 10011

Color Harmonies of #016025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016025

Black with #016025

Text Example


Text Example

White with #016025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016025; }

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

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

background-color css

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

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

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

border-color css

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

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

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