Html Css Color HEX #15522F Crusoe

📋 copy color: '#15522F'

red 21 ◦ green 82 ◦ blue 47

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

Shades of Crusoe #15522F

Tints of Crusoe #15522F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 31.33%

R = 14%
G = 54.67%
B = 31.33%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.43

 K value IS 0.68

RGB Variations

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

Color information

#15522F (or 0x15522F) is known color: Crusoe. HEX triplet: 15, 52 and 2F. RGB value is (21,82,47). Sum of RGB (Red+Green+Blue) = 21+82+47=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 82 (32.42% from 255 or 54.67% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 82 - color contains mainly: green. Hex color #15522F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15522F is #EAADD0. Grayscale: #3B3B3B. Windows color (decimal): -15379921 or 3101205. OLE color: 3101205.

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

Color convert

RGB 21 82 47 -
CMYK 0.74 0 0.43 0.68
HSL 145.57º 0.59% 0.2% -
HSV(B) 145.57º 0.74% 0.32% -
XYZ 3.84 6.4 3.72 -
YUV 59.77 120.79 100.35 -
System Red Green Blue C M Y K H S L
Decimal 21 82 47 0.74 0 0.43 0.68 145.57 0.59 0.2
Hex 15 52 2F 4A 0 2B 44 92 3B 14
Octal 25 122 57 112 0 53 104 222 73 24
Binary 10101 1010010 101111 1001010 0 101011 1000100 10010010 111011 10100

Color Harmonies of #15522F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15522F

Black with #15522F

Text Example


Text Example

White with #15522F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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