Html Css Color HEX #15522D Crusoe

📋 copy color: '#15522D'

red 21 ◦ green 82 ◦ blue 45

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

Shades of Crusoe #15522D

Tints of Crusoe #15522D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 30.41%

R = 14.19%
G = 55.41%
B = 30.41%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.45

 K value IS 0.68

RGB Variations

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

Color information

#15522D (or 0x15522D) is known color: Crusoe. HEX triplet: 15, 52 and 2D. RGB value is (21,82,45). Sum of RGB (Red+Green+Blue) = 21+82+45=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 82 (32.42% from 255 or 55.41% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 82 - color contains mainly: green. Hex color #15522D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15522D is #EAADD2. Grayscale: #3B3B3B. Windows color (decimal): -15379923 or 2970133. OLE color: 2970133.

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

Color convert

RGB 21 82 45 -
CMYK 0.74 0 0.45 0.68
HSL 143.61º 0.59% 0.2% -
HSV(B) 143.61º 0.74% 0.32% -
XYZ 3.8 6.38 3.51 -
YUV 59.54 119.79 100.51 -
System Red Green Blue C M Y K H S L
Decimal 21 82 45 0.74 0 0.45 0.68 143.61 0.59 0.2
Hex 15 52 2D 4A 0 2D 44 90 3B 14
Octal 25 122 55 112 0 55 104 220 73 24
Binary 10101 1010010 101101 1001010 0 101101 1000100 10010000 111011 10100

Color Harmonies of #15522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15522D

Black with #15522D

Text Example


Text Example

White with #15522D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15522D; }

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

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

background-color css

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

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

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

border-color css

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

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

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