Html Css Color HEX #344F2F Palm Leaf

📋 copy color: '#344F2F'

red 52 ◦ green 79 ◦ blue 47

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

Shades of Palm Leaf #344F2F

Tints of Palm Leaf #344F2F

RGB

 RED value IS 52 (20.7% from 255) = 29.21%

 GREEN value IS 79 (31.25% from 255) = 44.38%

 BLUE value IS 47 (18.75% from 255) = 26.4%

R = 29.21%
G = 44.38%
B = 26.4%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#344F2F (or 0x344F2F) is known color: Palm Leaf. HEX triplet: 34, 4F and 2F. RGB value is (52,79,47). Sum of RGB (Red+Green+Blue) = 52+79+47=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 79 (31.25% from 255 or 44.38% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 79 - color contains mainly: green. Hex color #344F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344F2F is #CBB0D0. Grayscale: #434343. Windows color (decimal): -13349073 or 3100468. OLE color: 3100468.

HSL color Cylindrical-coordinate representation of color #344F2F: hue angle of 110.62º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #344F2F is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 79 47 -
CMYK 0.34 0 0.41 0.69
HSL 110.63º 0.25% 0.25% -
HSV(B) 110.63º 0.41% 0.31% -
XYZ 4.73 6.53 3.7 -
YUV 67.28 116.55 117.1 -
System Red Green Blue C M Y K H S L
Decimal 52 79 47 0.34 0 0.41 0.69 110.63 0.25 0.25
Hex 34 4F 2F 22 0 29 45 6F 19 19
Octal 64 117 57 42 0 51 105 157 31 31
Binary 110100 1001111 101111 100010 0 101001 1000101 1101111 11001 11001

Color Harmonies of #344F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344F2F

Black with #344F2F

Text Example


Text Example

White with #344F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344F2F; }

 p { color: rgb(52,79,47); }

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

background-color css

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

 a { background-color: rgb(52,79,47); }

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

border-color css

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

 span { border-color: rgb(52,79,47); }

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