Html Css Color HEX #155527 Crusoe

📋 copy color: '#155527'

red 21 ◦ green 85 ◦ blue 39

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

Shades of Crusoe #155527

Tints of Crusoe #155527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 26.9%

R = 14.48%
G = 58.62%
B = 26.9%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#155527 (or 0x155527) is known color: Crusoe. HEX triplet: 15, 55 and 27. RGB value is (21,85,39). Sum of RGB (Red+Green+Blue) = 21+85+39=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 85 (33.59% from 255 or 58.62% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 85 - color contains mainly: green. Hex color #155527 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155527 is #EAAAD8. Grayscale: #3C3C3C. Windows color (decimal): -15379161 or 2577685. OLE color: 2577685.

HSL color Cylindrical-coordinate representation of color #155527: hue angle of 136.88º 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 #155527 is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 85 39 -
CMYK 0.75 0 0.54 0.67
HSL 136.88º 0.6% 0.21% -
HSV(B) 136.88º 0.75% 0.33% -
XYZ 3.92 6.8 3.03 -
YUV 60.62 115.8 99.74 -
System Red Green Blue C M Y K H S L
Decimal 21 85 39 0.75 0 0.54 0.67 136.88 0.6 0.21
Hex 15 55 27 4B 0 36 43 89 3C 15
Octal 25 125 47 113 0 66 103 211 74 25
Binary 10101 1010101 100111 1001011 0 110110 1000011 10001001 111100 10101

Color Harmonies of #155527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155527

Black with #155527

Text Example


Text Example

White with #155527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155527; }

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

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

background-color css

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

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

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

border-color css

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

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

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