Html Css Color HEX #15532B Crusoe

📋 copy color: '#15532B'

red 21 ◦ green 83 ◦ blue 43

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

Shades of Crusoe #15532B

Tints of Crusoe #15532B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 56.46%

 BLUE value IS 43 (17.19% from 255) = 29.25%

R = 14.29%
G = 56.46%
B = 29.25%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#15532B (or 0x15532B) is known color: Crusoe. HEX triplet: 15, 53 and 2B. RGB value is (21,83,43). Sum of RGB (Red+Green+Blue) = 21+83+43=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 83 (32.81% from 255 or 56.46% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 83 - color contains mainly: green. Hex color #15532B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15532B is #EAACD4. Grayscale: #3C3C3C. Windows color (decimal): -15379669 or 2839317. OLE color: 2839317.

HSL color Cylindrical-coordinate representation of color #15532B: hue angle of 141.29º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #15532B is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 83 43 -
CMYK 0.75 0 0.48 0.67
HSL 141.29º 0.6% 0.2% -
HSV(B) 141.29º 0.75% 0.33% -
XYZ 3.84 6.52 3.34 -
YUV 59.9 118.46 100.25 -
System Red Green Blue C M Y K H S L
Decimal 21 83 43 0.75 0 0.48 0.67 141.29 0.6 0.2
Hex 15 53 2B 4B 0 30 43 8D 3C 14
Octal 25 123 53 113 0 60 103 215 74 24
Binary 10101 1010011 101011 1001011 0 110000 1000011 10001101 111100 10100

Color Harmonies of #15532B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15532B

Black with #15532B

Text Example


Text Example

White with #15532B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15532B; }

 p { color: rgb(21,83,43); }

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

background-color css

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

 a { background-color: rgb(21,83,43); }

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

border-color css

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

 span { border-color: rgb(21,83,43); }

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