Html Css Color HEX #155B29 Crusoe

📋 copy color: '#155B29'

red 21 ◦ green 91 ◦ blue 41

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

Shades of Crusoe #155B29

Tints of Crusoe #155B29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 26.8%

R = 13.73%
G = 59.48%
B = 26.8%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.55

 K value IS 0.64

RGB Variations

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

Color information

#155B29 (or 0x155B29) is known color: Crusoe. HEX triplet: 15, 5B and 29. RGB value is (21,91,41). Sum of RGB (Red+Green+Blue) = 21+91+41=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 91 (35.94% from 255 or 59.48% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 91 - color contains mainly: green. Hex color #155B29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155B29 is #EAA4D6. Grayscale: #404040. Windows color (decimal): -15377623 or 2710293. OLE color: 2710293.

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

Color convert

RGB 21 91 41 -
CMYK 0.77 0 0.55 0.64
HSL 137.14º 0.63% 0.22% -
HSV(B) 137.14º 0.77% 0.36% -
XYZ 4.45 7.8 3.37 -
YUV 64.37 114.81 97.07 -
System Red Green Blue C M Y K H S L
Decimal 21 91 41 0.77 0 0.55 0.64 137.14 0.63 0.22
Hex 15 5B 29 4D 0 37 40 89 3E 16
Octal 25 133 51 115 0 67 100 211 76 26
Binary 10101 1011011 101001 1001101 0 110111 1000000 10001001 111110 10110

Color Harmonies of #155B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155B29

Black with #155B29

Text Example


Text Example

White with #155B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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