Html Css Color HEX #155A20 Crusoe

📋 copy color: '#155A20'

red 21 ◦ green 90 ◦ blue 32

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

Shades of Crusoe #155A20

Tints of Crusoe #155A20

RGB

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

 GREEN value IS 90 (35.55% from 255) = 62.94%

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

R = 14.69%
G = 62.94%
B = 22.38%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#155A20 (or 0x155A20) is known color: Crusoe. HEX triplet: 15, 5A and 20. RGB value is (21,90,32). Sum of RGB (Red+Green+Blue) = 21+90+32=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 90 (35.55% from 255 or 62.94% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 90 - color contains mainly: green. Hex color #155A20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155A20 is #EAA5DF. Grayscale: #3E3E3E. Windows color (decimal): -15377888 or 2120213. OLE color: 2120213.

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

Color convert

RGB 21 90 32 -
CMYK 0.77 0 0.64 0.65
HSL 129.57º 0.62% 0.22% -
HSV(B) 129.57º 0.77% 0.35% -
XYZ 4.23 7.58 2.61 -
YUV 62.76 110.64 98.22 -
System Red Green Blue C M Y K H S L
Decimal 21 90 32 0.77 0 0.64 0.65 129.57 0.62 0.22
Hex 15 5A 20 4D 0 40 41 82 3E 16
Octal 25 132 40 115 0 100 101 202 76 26
Binary 10101 1011010 100000 1001101 0 1000000 1000001 10000010 111110 10110

Color Harmonies of #155A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155A20

Black with #155A20

Text Example


Text Example

White with #155A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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