Html Css Color HEX #314127 Palm Leaf

📋 copy color: '#314127'

red 49 ◦ green 65 ◦ blue 39

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

Shades of Palm Leaf #314127

Tints of Palm Leaf #314127

RGB

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

 GREEN value IS 65 (25.78% from 255) = 42.48%

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

R = 32.03%
G = 42.48%
B = 25.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.40

 K value IS 0.75

RGB Variations

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

Color information

#314127 (or 0x314127) is known color: Palm Leaf. HEX triplet: 31, 41 and 27. RGB value is (49,65,39). Sum of RGB (Red+Green+Blue) = 49+65+39=153 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.03% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 65 - color contains mainly: green. Hex color #314127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314127 is #CEBED8. Grayscale: #393939. Windows color (decimal): -13549273 or 2572593. OLE color: 2572593.

HSL color Cylindrical-coordinate representation of color #314127: hue angle of 96.92º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #314127 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 65 39 -
CMYK 0.25 0 0.40 0.75
HSL 96.92º 0.25% 0.2% -
HSV(B) 96.92º 0.4% 0.25% -
XYZ 3.52 4.58 2.62 -
YUV 57.25 117.7 122.11 -
System Red Green Blue C M Y K H S L
Decimal 49 65 39 0.25 0 0.40 0.75 96.92 0.25 0.2
Hex 31 41 27 19 0 28 4B 61 19 14
Octal 61 101 47 31 0 50 113 141 31 24
Binary 110001 1000001 100111 11001 0 101000 1001011 1100001 11001 10100

Color Harmonies of #314127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314127

Black with #314127

Text Example


Text Example

White with #314127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314127; }

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

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

background-color css

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

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

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

border-color css

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

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

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