Html Css Color HEX #155B32 Crusoe

📋 copy color: '#155B32'

red 21 ◦ green 91 ◦ blue 50

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

Shades of Crusoe #155B32

Tints of Crusoe #155B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 30.86%

R = 12.96%
G = 56.17%
B = 30.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.45

 K value IS 0.64

RGB Variations

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

Color information

#155B32 (or 0x155B32) is known color: Crusoe. HEX triplet: 15, 5B and 32. RGB value is (21,91,50). Sum of RGB (Red+Green+Blue) = 21+91+50=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 91 (35.94% from 255 or 56.17% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 91 - color contains mainly: green. Hex color #155B32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155B32 is #EAA4CD. Grayscale: #414141. Windows color (decimal): -15377614 or 3300117. OLE color: 3300117.

HSL color Cylindrical-coordinate representation of color #155B32: hue angle of 144.86º 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 #155B32 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 91 50 -
CMYK 0.77 0 0.45 0.64
HSL 144.86º 0.63% 0.22% -
HSV(B) 144.86º 0.77% 0.36% -
XYZ 4.63 7.87 4.29 -
YUV 65.4 119.31 96.33 -
System Red Green Blue C M Y K H S L
Decimal 21 91 50 0.77 0 0.45 0.64 144.86 0.63 0.22
Hex 15 5B 32 4D 0 2D 40 91 3E 16
Octal 25 133 62 115 0 55 100 221 76 26
Binary 10101 1011011 110010 1001101 0 101101 1000000 10010001 111110 10110

Color Harmonies of #155B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155B32

Black with #155B32

Text Example


Text Example

White with #155B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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