Html Css Color HEX #344A27 Palm Leaf

📋 copy color: '#344A27'

red 52 ◦ green 74 ◦ blue 39

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

Shades of Palm Leaf #344A27

Tints of Palm Leaf #344A27

RGB

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

 GREEN value IS 74 (29.3% from 255) = 44.85%

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

R = 31.52%
G = 44.85%
B = 23.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#344A27 (or 0x344A27) is known color: Palm Leaf. HEX triplet: 34, 4A and 27. RGB value is (52,74,39). Sum of RGB (Red+Green+Blue) = 52+74+39=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 74 (29.30% from 255 or 44.85% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 74 - color contains mainly: green. Hex color #344A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344A27 is #CBB5D8. Grayscale: #3F3F3F. Windows color (decimal): -13350361 or 2574900. OLE color: 2574900.

HSL color Cylindrical-coordinate representation of color #344A27: hue angle of 97.71º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #344A27 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 74 39 -
CMYK 0.30 0 0.47 0.71
HSL 97.71º 0.31% 0.22% -
HSV(B) 97.71º 0.47% 0.29% -
XYZ 4.23 5.77 2.81 -
YUV 63.43 114.21 119.85 -
System Red Green Blue C M Y K H S L
Decimal 52 74 39 0.30 0 0.47 0.71 97.71 0.31 0.22
Hex 34 4A 27 1E 0 2F 47 62 1F 16
Octal 64 112 47 36 0 57 107 142 37 26
Binary 110100 1001010 100111 11110 0 101111 1000111 1100010 11111 10110

Color Harmonies of #344A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344A27

Black with #344A27

Text Example


Text Example

White with #344A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,74,39); }

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

background-color css

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

 a { background-color: rgb(52,74,39); }

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

border-color css

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

 span { border-color: rgb(52,74,39); }

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