Html Css Color HEX #314130 Palm Leaf

📋 copy color: '#314130'

red 49 ◦ green 65 ◦ blue 48

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

Shades of Palm Leaf #314130

Tints of Palm Leaf #314130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 29.63%

R = 30.25%
G = 40.12%
B = 29.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#314130 (or 0x314130) is known color: Palm Leaf. HEX triplet: 31, 41 and 30. RGB value is (49,65,48). Sum of RGB (Red+Green+Blue) = 49+65+48=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 65 - color contains mainly: green. Hex color #314130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314130 is #CEBECF. Grayscale: #3A3A3A. Windows color (decimal): -13549264 or 3162417. OLE color: 3162417.

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

Color convert

RGB 49 65 48 -
CMYK 0.25 0 0.26 0.75
HSL 116.47º 0.15% 0.22% -
HSV(B) 116.47º 0.26% 0.25% -
XYZ 3.69 4.65 3.5 -
YUV 58.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 49 65 48 0.25 0 0.26 0.75 116.47 0.15 0.22
Hex 31 41 30 19 0 1A 4B 74 F 16
Octal 61 101 60 31 0 32 113 164 17 26
Binary 110001 1000001 110000 11001 0 11010 1001011 1110100 1111 10110

Color Harmonies of #314130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314130

Black with #314130

Text Example


Text Example

White with #314130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314130; }

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

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

background-color css

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

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

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

border-color css

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

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

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