Html Css Color HEX #154725 Deep Fir

📋 copy color: '#154725'

red 21 ◦ green 71 ◦ blue 37

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

Shades of Deep Fir #154725

Tints of Deep Fir #154725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 28.68%

R = 16.28%
G = 55.04%
B = 28.68%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#154725 (or 0x154725) is known color: Deep Fir. HEX triplet: 15, 47 and 25. RGB value is (21,71,37). Sum of RGB (Red+Green+Blue) = 21+71+37=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #154725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154725 is #EAB8DA. Grayscale: #343434. Windows color (decimal): -15382747 or 2443029. OLE color: 2443029.

HSL color Cylindrical-coordinate representation of color #154725: hue angle of 139.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 #154725 is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 71 37 -
CMYK 0.70 0 0.48 0.72
HSL 139.2º 0.54% 0.18% -
HSV(B) 139.2º 0.7% 0.28% -
XYZ 2.9 4.8 2.52 -
YUV 52.17 119.44 105.76 -
System Red Green Blue C M Y K H S L
Decimal 21 71 37 0.70 0 0.48 0.72 139.2 0.54 0.18
Hex 15 47 25 46 0 30 48 8B 36 12
Octal 25 107 45 106 0 60 110 213 66 22
Binary 10101 1000111 100101 1000110 0 110000 1001000 10001011 110110 10010

Color Harmonies of #154725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154725

Black with #154725

Text Example


Text Example

White with #154725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154725; }

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

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

background-color css

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

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

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

border-color css

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

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

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