Html Css Color HEX #334528 Palm Leaf

📋 copy color: '#334528'

red 51 ◦ green 69 ◦ blue 40

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

Shades of Palm Leaf #334528

Tints of Palm Leaf #334528

RGB

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

 GREEN value IS 69 (27.34% from 255) = 43.13%

 BLUE value IS 40 (16.02% from 255) = 25%

R = 31.88%
G = 43.13%
B = 25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.73

RGB Variations

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

Color information

#334528 (or 0x334528) is known color: Palm Leaf. HEX triplet: 33, 45 and 28. RGB value is (51,69,40). Sum of RGB (Red+Green+Blue) = 51+69+40=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 69 - color contains mainly: green. Hex color #334528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334528 is #CCBAD7. Grayscale: #3C3C3C. Windows color (decimal): -13417176 or 2639155. OLE color: 2639155.

HSL color Cylindrical-coordinate representation of color #334528: hue angle of 97.24º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #334528 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 69 40 -
CMYK 0.26 0 0.42 0.73
HSL 97.24º 0.27% 0.21% -
HSV(B) 97.24º 0.42% 0.27% -
XYZ 3.88 5.11 2.79 -
YUV 60.31 116.54 121.36 -
System Red Green Blue C M Y K H S L
Decimal 51 69 40 0.26 0 0.42 0.73 97.24 0.27 0.21
Hex 33 45 28 1A 0 2A 49 61 1B 15
Octal 63 105 50 32 0 52 111 141 33 25
Binary 110011 1000101 101000 11010 0 101010 1001001 1100001 11011 10101

Color Harmonies of #334528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334528

Black with #334528

Text Example


Text Example

White with #334528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334528; }

 p { color: rgb(51,69,40); }

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

background-color css

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

 a { background-color: rgb(51,69,40); }

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

border-color css

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

 span { border-color: rgb(51,69,40); }

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