Html Css Color HEX #15532D Crusoe

📋 copy color: '#15532D'

red 21 ◦ green 83 ◦ blue 45

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

Shades of Crusoe #15532D

Tints of Crusoe #15532D

RGB

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

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

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

R = 14.09%
G = 55.7%
B = 30.2%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#15532D (or 0x15532D) is known color: Crusoe. HEX triplet: 15, 53 and 2D. RGB value is (21,83,45). Sum of RGB (Red+Green+Blue) = 21+83+45=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 83 (32.81% from 255 or 55.70% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 83 - color contains mainly: green. Hex color #15532D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15532D is #EAACD2. Grayscale: #3C3C3C. Windows color (decimal): -15379667 or 2970389. OLE color: 2970389.

HSL color Cylindrical-coordinate representation of color #15532D: hue angle of 143.23º 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 #15532D is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 83 45 -
CMYK 0.75 0 0.46 0.67
HSL 143.23º 0.6% 0.2% -
HSV(B) 143.23º 0.75% 0.33% -
XYZ 3.88 6.54 3.54 -
YUV 60.13 119.46 100.09 -
System Red Green Blue C M Y K H S L
Decimal 21 83 45 0.75 0 0.46 0.67 143.23 0.6 0.2
Hex 15 53 2D 4B 0 2E 43 8F 3C 14
Octal 25 123 55 113 0 56 103 217 74 24
Binary 10101 1010011 101101 1001011 0 101110 1000011 10001111 111100 10100

Color Harmonies of #15532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15532D

Black with #15532D

Text Example


Text Example

White with #15532D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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