Html Css Color HEX #155C32 Crusoe

📋 copy color: '#155C32'

red 21 ◦ green 92 ◦ blue 50

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

Shades of Crusoe #155C32

Tints of Crusoe #155C32

RGB

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

 GREEN value IS 92 (36.33% from 255) = 56.44%

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

R = 12.88%
G = 56.44%
B = 30.67%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.46

 K value IS 0.64

RGB Variations

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

Color information

#155C32 (or 0x155C32) is known color: Crusoe. HEX triplet: 15, 5C and 32. RGB value is (21,92,50). Sum of RGB (Red+Green+Blue) = 21+92+50=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 92 (36.33% from 255 or 56.44% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 92 - color contains mainly: green. Hex color #155C32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155C32 is #EAA3CD. Grayscale: #424242. Windows color (decimal): -15377358 or 3300373. OLE color: 3300373.

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

Color convert

RGB 21 92 50 -
CMYK 0.77 0 0.46 0.64
HSL 144.51º 0.63% 0.22% -
HSV(B) 144.51º 0.77% 0.36% -
XYZ 4.71 8.04 4.32 -
YUV 65.98 118.98 95.92 -
System Red Green Blue C M Y K H S L
Decimal 21 92 50 0.77 0 0.46 0.64 144.51 0.63 0.22
Hex 15 5C 32 4D 0 2E 40 91 3F 16
Octal 25 134 62 115 0 56 100 221 77 26
Binary 10101 1011100 110010 1001101 0 101110 1000000 10010001 111111 10110

Color Harmonies of #155C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155C32

Black with #155C32

Text Example


Text Example

White with #155C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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