Html Css Color HEX #155526 Crusoe

📋 copy color: '#155526'

red 21 ◦ green 85 ◦ blue 38

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

Shades of Crusoe #155526

Tints of Crusoe #155526

RGB

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

 GREEN value IS 85 (33.59% from 255) = 59.03%

 BLUE value IS 38 (15.23% from 255) = 26.39%

R = 14.58%
G = 59.03%
B = 26.39%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#155526 (or 0x155526) is known color: Crusoe. HEX triplet: 15, 55 and 26. RGB value is (21,85,38). Sum of RGB (Red+Green+Blue) = 21+85+38=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 85 (33.59% from 255 or 59.03% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 85 - color contains mainly: green. Hex color #155526 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155526 is #EAAAD9. Grayscale: #3C3C3C. Windows color (decimal): -15379162 or 2512149. OLE color: 2512149.

HSL color Cylindrical-coordinate representation of color #155526: hue angle of 135.94º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155526 is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 85 38 -
CMYK 0.75 0 0.55 0.67
HSL 135.94º 0.6% 0.21% -
HSV(B) 135.94º 0.75% 0.33% -
XYZ 3.91 6.8 2.94 -
YUV 60.51 115.3 99.82 -
System Red Green Blue C M Y K H S L
Decimal 21 85 38 0.75 0 0.55 0.67 135.94 0.6 0.21
Hex 15 55 26 4B 0 37 43 88 3C 15
Octal 25 125 46 113 0 67 103 210 74 25
Binary 10101 1010101 100110 1001011 0 110111 1000011 10001000 111100 10101

Color Harmonies of #155526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155526

Black with #155526

Text Example


Text Example

White with #155526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155526; }

 p { color: rgb(21,85,38); }

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

background-color css

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

 a { background-color: rgb(21,85,38); }

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

border-color css

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

 span { border-color: rgb(21,85,38); }

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