Html Css Color HEX #343C33 Palm Leaf

📋 copy color: '#343C33'

red 52 ◦ green 60 ◦ blue 51

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

Shades of Palm Leaf #343C33

Tints of Palm Leaf #343C33

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.81%

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

R = 31.9%
G = 36.81%
B = 31.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.76

RGB Variations

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

Color information

#343C33 (or 0x343C33) is known color: Palm Leaf. HEX triplet: 34, 3C and 33. RGB value is (52,60,51). Sum of RGB (Red+Green+Blue) = 52+60+51=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 60 - color contains mainly: green. Hex color #343C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343C33 is #CBC3CC. Grayscale: #383838. Windows color (decimal): -13353933 or 3357748. OLE color: 3357748.

HSL color Cylindrical-coordinate representation of color #343C33: hue angle of 113.33º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #343C33 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.

Color convert

RGB 52 60 51 -
CMYK 0.13 0 0.15 0.76
HSL 113.33º 0.08% 0.22% -
HSV(B) 113.33º 0.15% 0.24% -
XYZ 3.63 4.2 3.75 -
YUV 56.58 124.85 124.73 -
System Red Green Blue C M Y K H S L
Decimal 52 60 51 0.13 0 0.15 0.76 113.33 0.08 0.22
Hex 34 3C 33 D 0 F 4C 71 8 16
Octal 64 74 63 15 0 17 114 161 10 26
Binary 110100 111100 110011 1101 0 1111 1001100 1110001 1000 10110

Color Harmonies of #343C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343C33

Black with #343C33

Text Example


Text Example

White with #343C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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