Html Css Color HEX #344B27 Palm Leaf

📋 copy color: '#344B27'

red 52 ◦ green 75 ◦ blue 39

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

Shades of Palm Leaf #344B27

Tints of Palm Leaf #344B27

RGB

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

 GREEN value IS 75 (29.69% from 255) = 45.18%

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

R = 31.33%
G = 45.18%
B = 23.49%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#344B27 (or 0x344B27) is known color: Palm Leaf. HEX triplet: 34, 4B and 27. RGB value is (52,75,39). Sum of RGB (Red+Green+Blue) = 52+75+39=166 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.33% from 166); Green value is 75 (29.69% from 255 or 45.18% from 166); Blue value is 39 (15.62% from 255 or 23.49% from 166); Max value from RGB is 75 - color contains mainly: green. Hex color #344B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344B27 is #CBB4D8. Grayscale: #404040. Windows color (decimal): -13350105 or 2575156. OLE color: 2575156.

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

Color convert

RGB 52 75 39 -
CMYK 0.31 0 0.48 0.71
HSL 98.33º 0.32% 0.22% -
HSV(B) 98.33º 0.48% 0.29% -
XYZ 4.3 5.91 2.83 -
YUV 64.02 113.88 119.43 -
System Red Green Blue C M Y K H S L
Decimal 52 75 39 0.31 0 0.48 0.71 98.33 0.32 0.22
Hex 34 4B 27 1F 0 30 47 62 20 16
Octal 64 113 47 37 0 60 107 142 40 26
Binary 110100 1001011 100111 11111 0 110000 1000111 1100010 100000 10110

Color Harmonies of #344B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344B27

Black with #344B27

Text Example


Text Example

White with #344B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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