Html Css Color HEX #343B33 Palm Leaf

📋 copy color: '#343B33'

red 52 ◦ green 59 ◦ blue 51

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

Shades of Palm Leaf #343B33

Tints of Palm Leaf #343B33

RGB

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

 GREEN value IS 59 (23.44% from 255) = 36.42%

 BLUE value IS 51 (20.31% from 255) = 31.48%

R = 32.1%
G = 36.42%
B = 31.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.77

RGB Variations

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

Color information

#343B33 (or 0x343B33) is known color: Palm Leaf. HEX triplet: 34, 3B and 33. RGB value is (52,59,51). Sum of RGB (Red+Green+Blue) = 52+59+51=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 59 - color contains mainly: green. Hex color #343B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B33 is #CBC4CC. Grayscale: #383838. Windows color (decimal): -13354189 or 3357492. OLE color: 3357492.

HSL color Cylindrical-coordinate representation of color #343B33: hue angle of 112.5º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #343B33 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.

Color convert

RGB 52 59 51 -
CMYK 0.12 0 0.14 0.77
HSL 112.5º 0.07% 0.22% -
HSV(B) 112.5º 0.14% 0.23% -
XYZ 3.58 4.1 3.73 -
YUV 56 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 52 59 51 0.12 0 0.14 0.77 112.5 0.07 0.22
Hex 34 3B 33 C 0 E 4D 70 7 16
Octal 64 73 63 14 0 16 115 160 7 26
Binary 110100 111011 110011 1100 0 1110 1001101 1110000 111 10110

Color Harmonies of #343B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343B33

Black with #343B33

Text Example


Text Example

White with #343B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343B33; }

 p { color: rgb(52,59,51); }

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

background-color css

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

 a { background-color: rgb(52,59,51); }

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

border-color css

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

 span { border-color: rgb(52,59,51); }

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