Html Css Color HEX #155227 Crusoe

📋 copy color: '#155227'

red 21 ◦ green 82 ◦ blue 39

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

Shades of Crusoe #155227

Tints of Crusoe #155227

RGB

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

 GREEN value IS 82 (32.42% from 255) = 57.75%

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

R = 14.79%
G = 57.75%
B = 27.46%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#155227 (or 0x155227) is known color: Crusoe. HEX triplet: 15, 52 and 27. RGB value is (21,82,39). Sum of RGB (Red+Green+Blue) = 21+82+39=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 82 (32.42% from 255 or 57.75% from 142); Blue value is 39 (15.62% from 255 or 27.46% from 142); Max value from RGB is 82 - color contains mainly: green. Hex color #155227 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155227 is #EAADD8. Grayscale: #3A3A3A. Windows color (decimal): -15379929 or 2576917. OLE color: 2576917.

HSL color Cylindrical-coordinate representation of color #155227: hue angle of 137.7º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155227 is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB 21 82 39 -
CMYK 0.74 0 0.52 0.68
HSL 137.7º 0.59% 0.2% -
HSV(B) 137.7º 0.74% 0.32% -
XYZ 3.69 6.34 2.95 -
YUV 58.86 116.79 101 -
System Red Green Blue C M Y K H S L
Decimal 21 82 39 0.74 0 0.52 0.68 137.7 0.59 0.2
Hex 15 52 27 4A 0 34 44 8A 3B 14
Octal 25 122 47 112 0 64 104 212 73 24
Binary 10101 1010010 100111 1001010 0 110100 1000100 10001010 111011 10100

Color Harmonies of #155227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155227

Black with #155227

Text Example


Text Example

White with #155227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155227; }

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

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

background-color css

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

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

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

border-color css

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

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

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