Html Css Color HEX #155B20 Crusoe

📋 copy color: '#155B20'

red 21 ◦ green 91 ◦ blue 32

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

Shades of Crusoe #155B20

Tints of Crusoe #155B20

RGB

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

 GREEN value IS 91 (35.94% from 255) = 63.19%

 BLUE value IS 32 (12.89% from 255) = 22.22%

R = 14.58%
G = 63.19%
B = 22.22%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.65

 K value IS 0.64

RGB Variations

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

Color information

#155B20 (or 0x155B20) is known color: Crusoe. HEX triplet: 15, 5B and 20. RGB value is (21,91,32). Sum of RGB (Red+Green+Blue) = 21+91+32=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 91 (35.94% from 255 or 63.19% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 91 - color contains mainly: green. Hex color #155B20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155B20 is #EAA4DF. Grayscale: #3F3F3F. Windows color (decimal): -15377632 or 2120469. OLE color: 2120469.

HSL color Cylindrical-coordinate representation of color #155B20: hue angle of 129.43º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155B20 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 91 32 -
CMYK 0.77 0 0.65 0.64
HSL 129.43º 0.63% 0.22% -
HSV(B) 129.43º 0.77% 0.36% -
XYZ 4.31 7.75 2.63 -
YUV 63.34 110.31 97.8 -
System Red Green Blue C M Y K H S L
Decimal 21 91 32 0.77 0 0.65 0.64 129.43 0.63 0.22
Hex 15 5B 20 4D 0 41 40 81 3E 16
Octal 25 133 40 115 0 101 100 201 76 26
Binary 10101 1011011 100000 1001101 0 1000001 1000000 10000001 111110 10110

Color Harmonies of #155B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155B20

Black with #155B20

Text Example


Text Example

White with #155B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155B20; }

 p { color: rgb(21,91,32); }

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

background-color css

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

 a { background-color: rgb(21,91,32); }

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

border-color css

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

 span { border-color: rgb(21,91,32); }

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