Html Css Color HEX #314826 Palm Leaf

📋 copy color: '#314826'

red 49 ◦ green 72 ◦ blue 38

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

Shades of Palm Leaf #314826

Tints of Palm Leaf #314826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 23.9%

R = 30.82%
G = 45.28%
B = 23.9%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#314826 (or 0x314826) is known color: Palm Leaf. HEX triplet: 31, 48 and 26. RGB value is (49,72,38). Sum of RGB (Red+Green+Blue) = 49+72+38=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 38 (15.23% from 255 or 23.90% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #314826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314826 is #CEB7D9. Grayscale: #3D3D3D. Windows color (decimal): -13547482 or 2508849. OLE color: 2508849.

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

Color convert

RGB 49 72 38 -
CMYK 0.32 0 0.47 0.72
HSL 100.59º 0.31% 0.22% -
HSV(B) 100.59º 0.47% 0.28% -
XYZ 3.93 5.43 2.67 -
YUV 61.25 114.88 119.26 -
System Red Green Blue C M Y K H S L
Decimal 49 72 38 0.32 0 0.47 0.72 100.59 0.31 0.22
Hex 31 48 26 20 0 2F 48 65 1F 16
Octal 61 110 46 40 0 57 110 145 37 26
Binary 110001 1001000 100110 100000 0 101111 1001000 1100101 11111 10110

Color Harmonies of #314826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314826

Black with #314826

Text Example


Text Example

White with #314826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314826; }

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

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

background-color css

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

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

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

border-color css

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

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

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