Html Css Color HEX #334B2D Palm Leaf

📋 copy color: '#334B2D'

red 51 ◦ green 75 ◦ blue 45

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

Shades of Palm Leaf #334B2D

Tints of Palm Leaf #334B2D

RGB

 RED value IS 51 (20.31% from 255) = 29.82%

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

 BLUE value IS 45 (17.97% from 255) = 26.32%

R = 29.82%
G = 43.86%
B = 26.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#334B2D (or 0x334B2D) is known color: Palm Leaf. HEX triplet: 33, 4B and 2D. RGB value is (51,75,45). Sum of RGB (Red+Green+Blue) = 51+75+45=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 75 - color contains mainly: green. Hex color #334B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334B2D is #CCB4D2. Grayscale: #404040. Windows color (decimal): -13415635 or 2968371. OLE color: 2968371.

HSL color Cylindrical-coordinate representation of color #334B2D: hue angle of 108º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #334B2D is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 75 45 -
CMYK 0.32 0 0.40 0.71
HSL 108º 0.25% 0.24% -
HSV(B) 108º 0.4% 0.29% -
XYZ 4.35 5.93 3.4 -
YUV 64.4 117.05 118.44 -
System Red Green Blue C M Y K H S L
Decimal 51 75 45 0.32 0 0.40 0.71 108 0.25 0.24
Hex 33 4B 2D 20 0 28 47 6C 19 18
Octal 63 113 55 40 0 50 107 154 31 30
Binary 110011 1001011 101101 100000 0 101000 1000111 1101100 11001 11000

Color Harmonies of #334B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334B2D

Black with #334B2D

Text Example


Text Example

White with #334B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334B2D; }

 p { color: rgb(51,75,45); }

 H1.HeaderClassName
 {
   color: #334B2D;
 }
 .AnyTagClassName
 {
   color: #334B2D;
 }
</style>

background-color css

<style>
 a { background-color: #334B2D; }

 a { background-color: rgb(51,75,45); }

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

border-color css

<style>
 span { border-color: #334B2D; }

 span { border-color: rgb(51,75,45); }

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