Html Css Color HEX #155F31 Crusoe

📋 copy color: '#155F31'

red 21 ◦ green 95 ◦ blue 49

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

Shades of Crusoe #155F31

Tints of Crusoe #155F31

RGB

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

 GREEN value IS 95 (37.5% from 255) = 57.58%

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

R = 12.73%
G = 57.58%
B = 29.7%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.48

 K value IS 0.63

RGB Variations

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

Color information

#155F31 (or 0x155F31) is known color: Crusoe. HEX triplet: 15, 5F and 31. RGB value is (21,95,49). Sum of RGB (Red+Green+Blue) = 21+95+49=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 95 (37.5% from 255 or 57.58% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 95 - color contains mainly: green. Hex color #155F31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155F31 is #EAA0CE. Grayscale: #434343. Windows color (decimal): -15376591 or 3235605. OLE color: 3235605.

HSL color Cylindrical-coordinate representation of color #155F31: hue angle of 142.7º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155F31 is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 95 49 -
CMYK 0.78 0 0.48 0.63
HSL 142.7º 0.64% 0.23% -
HSV(B) 142.7º 0.78% 0.37% -
XYZ 4.96 8.57 4.3 -
YUV 67.63 117.48 94.74 -
System Red Green Blue C M Y K H S L
Decimal 21 95 49 0.78 0 0.48 0.63 142.7 0.64 0.23
Hex 15 5F 31 4E 0 30 3F 8F 40 17
Octal 25 137 61 116 0 60 77 217 100 27
Binary 10101 1011111 110001 1001110 0 110000 111111 10001111 1000000 10111

Color Harmonies of #155F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155F31

Black with #155F31

Text Example


Text Example

White with #155F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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