Html Css Color HEX #155223 Crusoe

📋 copy color: '#155223'

red 21 ◦ green 82 ◦ blue 35

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

Shades of Crusoe #155223

Tints of Crusoe #155223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 25.36%

R = 15.22%
G = 59.42%
B = 25.36%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#155223 (or 0x155223) is known color: Crusoe. HEX triplet: 15, 52 and 23. RGB value is (21,82,35). Sum of RGB (Red+Green+Blue) = 21+82+35=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 82 (32.42% from 255 or 59.42% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 82 - color contains mainly: green. Hex color #155223 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155223 is #EAADDC. Grayscale: #3A3A3A. Windows color (decimal): -15379933 or 2314773. OLE color: 2314773.

HSL color Cylindrical-coordinate representation of color #155223: hue angle of 133.77º 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 #155223 is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB 21 82 35 -
CMYK 0.74 0 0.57 0.68
HSL 133.77º 0.59% 0.2% -
HSV(B) 133.77º 0.74% 0.32% -
XYZ 3.63 6.32 2.62 -
YUV 58.4 114.79 101.32 -
System Red Green Blue C M Y K H S L
Decimal 21 82 35 0.74 0 0.57 0.68 133.77 0.59 0.2
Hex 15 52 23 4A 0 39 44 86 3B 14
Octal 25 122 43 112 0 71 104 206 73 24
Binary 10101 1010010 100011 1001010 0 111001 1000100 10000110 111011 10100

Color Harmonies of #155223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155223

Black with #155223

Text Example


Text Example

White with #155223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155223; }

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

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

background-color css

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

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

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

border-color css

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

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

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