Html Css Color HEX #156025 Crusoe

📋 copy color: '#156025'

red 21 ◦ green 96 ◦ blue 37

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

Shades of Crusoe #156025

Tints of Crusoe #156025

RGB

 RED value IS 21 (8.59% from 255) = 13.64%

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

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

R = 13.64%
G = 62.34%
B = 24.03%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#156025 (or 0x156025) is known color: Crusoe. HEX triplet: 15, 60 and 25. RGB value is (21,96,37). Sum of RGB (Red+Green+Blue) = 21+96+37=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 96 (37.89% from 255 or 62.34% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 96 - color contains mainly: green. Hex color #156025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156025 is #EA9FDA. Grayscale: #434343. Windows color (decimal): -15376347 or 2449429. OLE color: 2449429.

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

Color convert

RGB 21 96 37 -
CMYK 0.78 0 0.61 0.62
HSL 132.8º 0.64% 0.23% -
HSV(B) 132.8º 0.78% 0.38% -
XYZ 4.83 8.66 3.17 -
YUV 66.85 111.15 95.3 -
System Red Green Blue C M Y K H S L
Decimal 21 96 37 0.78 0 0.61 0.62 132.8 0.64 0.23
Hex 15 60 25 4E 0 3D 3E 85 40 17
Octal 25 140 45 116 0 75 76 205 100 27
Binary 10101 1100000 100101 1001110 0 111101 111110 10000101 1000000 10111

Color Harmonies of #156025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156025

Black with #156025

Text Example


Text Example

White with #156025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156025; }

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

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

background-color css

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

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

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

border-color css

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

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

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