Html Css Color HEX #155B34 Crusoe

📋 copy color: '#155B34'

red 21 ◦ green 91 ◦ blue 52

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

Shades of Crusoe #155B34

Tints of Crusoe #155B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 31.71%

R = 12.8%
G = 55.49%
B = 31.71%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.43

 K value IS 0.64

RGB Variations

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

Color information

#155B34 (or 0x155B34) is known color: Crusoe. HEX triplet: 15, 5B and 34. RGB value is (21,91,52). Sum of RGB (Red+Green+Blue) = 21+91+52=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 91 (35.94% from 255 or 55.49% from 164); Blue value is 52 (20.70% from 255 or 31.71% from 164); Max value from RGB is 91 - color contains mainly: green. Hex color #155B34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155B34 is #EAA4CB. Grayscale: #414141. Windows color (decimal): -15377612 or 3431189. OLE color: 3431189.

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

Color convert

RGB 21 91 52 -
CMYK 0.77 0 0.43 0.64
HSL 146.57º 0.63% 0.22% -
HSV(B) 146.57º 0.77% 0.36% -
XYZ 4.67 7.89 4.53 -
YUV 65.62 120.31 96.17 -
System Red Green Blue C M Y K H S L
Decimal 21 91 52 0.77 0 0.43 0.64 146.57 0.63 0.22
Hex 15 5B 34 4D 0 2B 40 93 3E 16
Octal 25 133 64 115 0 53 100 223 76 26
Binary 10101 1011011 110100 1001101 0 101011 1000000 10010011 111110 10110

Color Harmonies of #155B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155B34

Black with #155B34

Text Example


Text Example

White with #155B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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