Html Css Color HEX #15542D Crusoe

📋 copy color: '#15542D'

red 21 ◦ green 84 ◦ blue 45

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

Shades of Crusoe #15542D

Tints of Crusoe #15542D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 56%

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

R = 14%
G = 56%
B = 30%

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

#15542D (or 0x15542D) is known color: Crusoe. HEX triplet: 15, 54 and 2D. RGB value is (21,84,45). Sum of RGB (Red+Green+Blue) = 21+84+45=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 84 (33.20% from 255 or 56% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 84 - color contains mainly: green. Hex color #15542D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15542D is #EAABD2. Grayscale: #3C3C3C. Windows color (decimal): -15379411 or 2970645. OLE color: 2970645.

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

Color convert

RGB 21 84 45 -
CMYK 0.75 0 0.46 0.67
HSL 142.86º 0.6% 0.21% -
HSV(B) 142.86º 0.75% 0.33% -
XYZ 3.95 6.69 3.57 -
YUV 60.72 119.13 99.67 -
System Red Green Blue C M Y K H S L
Decimal 21 84 45 0.75 0 0.46 0.67 142.86 0.6 0.21
Hex 15 54 2D 4B 0 2E 43 8F 3C 15
Octal 25 124 55 113 0 56 103 217 74 25
Binary 10101 1010100 101101 1001011 0 101110 1000011 10001111 111100 10101

Color Harmonies of #15542D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15542D

Black with #15542D

Text Example


Text Example

White with #15542D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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