Html Css Color HEX #156325 Crusoe

📋 copy color: '#156325'

red 21 ◦ green 99 ◦ blue 37

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

Shades of Crusoe #156325

Tints of Crusoe #156325

RGB

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

 GREEN value IS 99 (39.06% from 255) = 63.06%

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

R = 13.38%
G = 63.06%
B = 23.57%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#156325 (or 0x156325) is known color: Crusoe. HEX triplet: 15, 63 and 25. RGB value is (21,99,37). Sum of RGB (Red+Green+Blue) = 21+99+37=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 99 (39.06% from 255 or 63.06% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 99 - color contains mainly: green. Hex color #156325 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156325 is #EA9CDA. Grayscale: #444444. Windows color (decimal): -15375579 or 2450197. OLE color: 2450197.

HSL color Cylindrical-coordinate representation of color #156325: hue angle of 132.31º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156325 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB 21 99 37 -
CMYK 0.79 0 0.63 0.61
HSL 132.31º 0.65% 0.24% -
HSV(B) 132.31º 0.79% 0.39% -
XYZ 5.11 9.22 3.26 -
YUV 68.61 110.16 94.04 -
System Red Green Blue C M Y K H S L
Decimal 21 99 37 0.79 0 0.63 0.61 132.31 0.65 0.24
Hex 15 63 25 4F 0 3F 3D 84 41 18
Octal 25 143 45 117 0 77 75 204 101 30
Binary 10101 1100011 100101 1001111 0 111111 111101 10000100 1000001 11000

Color Harmonies of #156325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156325

Black with #156325

Text Example


Text Example

White with #156325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156325; }

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

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

background-color css

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

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

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

border-color css

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

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

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