Html Css Color HEX #335029 Palm Leaf

📋 copy color: '#335029'

red 51 ◦ green 80 ◦ blue 41

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

Shades of Palm Leaf #335029

Tints of Palm Leaf #335029

RGB

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

 GREEN value IS 80 (31.64% from 255) = 46.51%

 BLUE value IS 41 (16.41% from 255) = 23.84%

R = 29.65%
G = 46.51%
B = 23.84%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#335029 (or 0x335029) is known color: Palm Leaf. HEX triplet: 33, 50 and 29. RGB value is (51,80,41). Sum of RGB (Red+Green+Blue) = 51+80+41=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 80 - color contains mainly: green. Hex color #335029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335029 is #CCAFD6. Grayscale: #434343. Windows color (decimal): -13414359 or 2707507. OLE color: 2707507.

HSL color Cylindrical-coordinate representation of color #335029: hue angle of 104.62º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #335029 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 80 41 -
CMYK 0.36 0 0.49 0.69
HSL 104.62º 0.32% 0.24% -
HSV(B) 104.62º 0.49% 0.31% -
XYZ 4.63 6.6 3.13 -
YUV 66.88 113.39 116.67 -
System Red Green Blue C M Y K H S L
Decimal 51 80 41 0.36 0 0.49 0.69 104.62 0.32 0.24
Hex 33 50 29 24 0 31 45 69 20 18
Octal 63 120 51 44 0 61 105 151 40 30
Binary 110011 1010000 101001 100100 0 110001 1000101 1101001 100000 11000

Color Harmonies of #335029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335029

Black with #335029

Text Example


Text Example

White with #335029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335029; }

 p { color: rgb(51,80,41); }

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

background-color css

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

 a { background-color: rgb(51,80,41); }

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

border-color css

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

 span { border-color: rgb(51,80,41); }

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