Html Css Color HEX #344B2B Palm Leaf

📋 copy color: '#344B2B'

red 52 ◦ green 75 ◦ blue 43

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

Shades of Palm Leaf #344B2B

Tints of Palm Leaf #344B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25.29%

R = 30.59%
G = 44.12%
B = 25.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.43

 K value IS 0.71

RGB Variations

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

Color information

#344B2B (or 0x344B2B) is known color: Palm Leaf. HEX triplet: 34, 4B and 2B. RGB value is (52,75,43). Sum of RGB (Red+Green+Blue) = 52+75+43=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 75 (29.69% from 255 or 44.12% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 75 - color contains mainly: green. Hex color #344B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344B2B is #CBB4D4. Grayscale: #404040. Windows color (decimal): -13350101 or 2837300. OLE color: 2837300.

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

Color convert

RGB 52 75 43 -
CMYK 0.31 0 0.43 0.71
HSL 103.13º 0.27% 0.23% -
HSV(B) 103.13º 0.43% 0.29% -
XYZ 4.37 5.94 3.2 -
YUV 64.48 115.88 119.1 -
System Red Green Blue C M Y K H S L
Decimal 52 75 43 0.31 0 0.43 0.71 103.13 0.27 0.23
Hex 34 4B 2B 1F 0 2B 47 67 1B 17
Octal 64 113 53 37 0 53 107 147 33 27
Binary 110100 1001011 101011 11111 0 101011 1000111 1100111 11011 10111

Color Harmonies of #344B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344B2B

Black with #344B2B

Text Example


Text Example

White with #344B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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