Html Css Color HEX #156527 Crusoe

📋 copy color: '#156527'

red 21 ◦ green 101 ◦ blue 39

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

Shades of Crusoe #156527

Tints of Crusoe #156527

RGB

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

 GREEN value IS 101 (39.84% from 255) = 62.73%

 BLUE value IS 39 (15.63% from 255) = 24.22%

R = 13.04%
G = 62.73%
B = 24.22%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.61

 K value IS 0.60

RGB Variations

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

Color information

#156527 (or 0x156527) is known color: Crusoe. HEX triplet: 15, 65 and 27. RGB value is (21,101,39). Sum of RGB (Red+Green+Blue) = 21+101+39=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 101 (39.84% from 255 or 62.73% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 101 - color contains mainly: green. Hex color #156527 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156527 is #EA9AD8. Grayscale: #464646. Windows color (decimal): -15375065 or 2581781. OLE color: 2581781.

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

Color convert

RGB 21 101 39 -
CMYK 0.79 0 0.61 0.60
HSL 133.5º 0.66% 0.24% -
HSV(B) 133.5º 0.79% 0.4% -
XYZ 5.33 9.61 3.49 -
YUV 70.01 110.5 93.04 -
System Red Green Blue C M Y K H S L
Decimal 21 101 39 0.79 0 0.61 0.60 133.5 0.66 0.24
Hex 15 65 27 4F 0 3D 3C 86 42 18
Octal 25 145 47 117 0 75 74 206 102 30
Binary 10101 1100101 100111 1001111 0 111101 111100 10000110 1000010 11000

Color Harmonies of #156527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156527

Black with #156527

Text Example


Text Example

White with #156527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156527; }

 p { color: rgb(21,101,39); }

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

background-color css

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

 a { background-color: rgb(21,101,39); }

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

border-color css

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

 span { border-color: rgb(21,101,39); }

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