Html Css Color HEX #154720 Deep Fir

📋 copy color: '#154720'

red 21 ◦ green 71 ◦ blue 32

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

Shades of Deep Fir #154720

Tints of Deep Fir #154720

RGB

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

 GREEN value IS 71 (28.13% from 255) = 57.26%

 BLUE value IS 32 (12.89% from 255) = 25.81%

R = 16.94%
G = 57.26%
B = 25.81%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#154720 (or 0x154720) is known color: Deep Fir. HEX triplet: 15, 47 and 20. RGB value is (21,71,32). Sum of RGB (Red+Green+Blue) = 21+71+32=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 71 (28.12% from 255 or 57.26% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 71 - color contains mainly: green. Hex color #154720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154720 is #EAB8DF. Grayscale: #333333. Windows color (decimal): -15382752 or 2115349. OLE color: 2115349.

HSL color Cylindrical-coordinate representation of color #154720: hue angle of 133.2º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #154720 is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 71 32 -
CMYK 0.70 0 0.55 0.72
HSL 133.2º 0.54% 0.18% -
HSV(B) 133.2º 0.7% 0.28% -
XYZ 2.82 4.77 2.14 -
YUV 51.6 116.94 106.17 -
System Red Green Blue C M Y K H S L
Decimal 21 71 32 0.70 0 0.55 0.72 133.2 0.54 0.18
Hex 15 47 20 46 0 37 48 85 36 12
Octal 25 107 40 106 0 67 110 205 66 22
Binary 10101 1000111 100000 1000110 0 110111 1001000 10000101 110110 10010

Color Harmonies of #154720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154720

Black with #154720

Text Example


Text Example

White with #154720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154720; }

 p { color: rgb(21,71,32); }

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

background-color css

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

 a { background-color: rgb(21,71,32); }

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

border-color css

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

 span { border-color: rgb(21,71,32); }

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