Html Css Color HEX #314725 Palm Leaf

📋 copy color: '#314725'

red 49 ◦ green 71 ◦ blue 37

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

Shades of Palm Leaf #314725

Tints of Palm Leaf #314725

RGB

 RED value IS 49 (19.53% from 255) = 31.21%

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

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

R = 31.21%
G = 45.22%
B = 23.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#314725 (or 0x314725) is known color: Palm Leaf. HEX triplet: 31, 47 and 25. RGB value is (49,71,37). Sum of RGB (Red+Green+Blue) = 49+71+37=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 71 - color contains mainly: green. Hex color #314725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314725 is #CEB8DA. Grayscale: #3C3C3C. Windows color (decimal): -13547739 or 2443057. OLE color: 2443057.

HSL color Cylindrical-coordinate representation of color #314725: hue angle of 98.82º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #314725 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 71 37 -
CMYK 0.31 0 0.48 0.72
HSL 98.82º 0.31% 0.21% -
HSV(B) 98.82º 0.48% 0.28% -
XYZ 3.85 5.29 2.57 -
YUV 60.55 114.71 119.76 -
System Red Green Blue C M Y K H S L
Decimal 49 71 37 0.31 0 0.48 0.72 98.82 0.31 0.21
Hex 31 47 25 1F 0 30 48 63 1F 15
Octal 61 107 45 37 0 60 110 143 37 25
Binary 110001 1000111 100101 11111 0 110000 1001000 1100011 11111 10101

Color Harmonies of #314725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314725

Black with #314725

Text Example


Text Example

White with #314725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314725; }

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

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

background-color css

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

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

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

border-color css

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

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

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