Html Css Color HEX #155C31 Crusoe

📋 copy color: '#155C31'

red 21 ◦ green 92 ◦ blue 49

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

Shades of Crusoe #155C31

Tints of Crusoe #155C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 30.25%

R = 12.96%
G = 56.79%
B = 30.25%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.47

 K value IS 0.64

RGB Variations

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

Color information

#155C31 (or 0x155C31) is known color: Crusoe. HEX triplet: 15, 5C and 31. RGB value is (21,92,49). Sum of RGB (Red+Green+Blue) = 21+92+49=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 92 (36.33% from 255 or 56.79% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 92 - color contains mainly: green. Hex color #155C31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155C31 is #EAA3CE. Grayscale: #414141. Windows color (decimal): -15377359 or 3234837. OLE color: 3234837.

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

Color convert

RGB 21 92 49 -
CMYK 0.77 0 0.47 0.64
HSL 143.66º 0.63% 0.22% -
HSV(B) 143.66º 0.77% 0.36% -
XYZ 4.69 8.04 4.21 -
YUV 65.87 118.48 96 -
System Red Green Blue C M Y K H S L
Decimal 21 92 49 0.77 0 0.47 0.64 143.66 0.63 0.22
Hex 15 5C 31 4D 0 2F 40 90 3F 16
Octal 25 134 61 115 0 57 100 220 77 26
Binary 10101 1011100 110001 1001101 0 101111 1000000 10010000 111111 10110

Color Harmonies of #155C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155C31

Black with #155C31

Text Example


Text Example

White with #155C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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