Html Css Color HEX #314827 Palm Leaf

📋 copy color: '#314827'

red 49 ◦ green 72 ◦ blue 39

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

Shades of Palm Leaf #314827

Tints of Palm Leaf #314827

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45%

 BLUE value IS 39 (15.63% from 255) = 24.38%

R = 30.63%
G = 45%
B = 24.38%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#314827 (or 0x314827) is known color: Palm Leaf. HEX triplet: 31, 48 and 27. RGB value is (49,72,39). Sum of RGB (Red+Green+Blue) = 49+72+39=160 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.62% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 39 (15.62% from 255 or 24.38% from 160); Max value from RGB is 72 - color contains mainly: green. Hex color #314827 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314827 is #CEB7D8. Grayscale: #3D3D3D. Windows color (decimal): -13547481 or 2574385. OLE color: 2574385.

HSL color Cylindrical-coordinate representation of color #314827: hue angle of 101.82º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #314827 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 72 39 -
CMYK 0.32 0 0.46 0.72
HSL 101.82º 0.3% 0.22% -
HSV(B) 101.82º 0.46% 0.28% -
XYZ 3.95 5.43 2.76 -
YUV 61.36 115.38 119.18 -
System Red Green Blue C M Y K H S L
Decimal 49 72 39 0.32 0 0.46 0.72 101.82 0.3 0.22
Hex 31 48 27 20 0 2E 48 66 1E 16
Octal 61 110 47 40 0 56 110 146 36 26
Binary 110001 1001000 100111 100000 0 101110 1001000 1100110 11110 10110

Color Harmonies of #314827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314827

Black with #314827

Text Example


Text Example

White with #314827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314827; }

 p { color: rgb(49,72,39); }

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

background-color css

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

 a { background-color: rgb(49,72,39); }

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

border-color css

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

 span { border-color: rgb(49,72,39); }

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