Html Css Color HEX #335526 Palm Leaf

📋 copy color: '#335526'

red 51 ◦ green 85 ◦ blue 38

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

Shades of Palm Leaf #335526

Tints of Palm Leaf #335526

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.85%

 BLUE value IS 38 (15.23% from 255) = 21.84%

R = 29.31%
G = 48.85%
B = 21.84%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#335526 (or 0x335526) is known color: Palm Leaf. HEX triplet: 33, 55 and 26. RGB value is (51,85,38). Sum of RGB (Red+Green+Blue) = 51+85+38=174 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.31% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #335526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335526 is #CCAAD9. Grayscale: #454545. Windows color (decimal): -13413082 or 2512179. OLE color: 2512179.

HSL color Cylindrical-coordinate representation of color #335526: hue angle of 103.4º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #335526 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 85 38 -
CMYK 0.40 0 0.55 0.67
HSL 103.4º 0.38% 0.24% -
HSV(B) 103.4º 0.55% 0.33% -
XYZ 4.96 7.34 2.99 -
YUV 69.48 110.24 114.82 -
System Red Green Blue C M Y K H S L
Decimal 51 85 38 0.40 0 0.55 0.67 103.4 0.38 0.24
Hex 33 55 26 28 0 37 43 67 26 18
Octal 63 125 46 50 0 67 103 147 46 30
Binary 110011 1010101 100110 101000 0 110111 1000011 1100111 100110 11000

Color Harmonies of #335526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335526

Black with #335526

Text Example


Text Example

White with #335526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335526; }

 p { color: rgb(51,85,38); }

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

background-color css

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

 a { background-color: rgb(51,85,38); }

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

border-color css

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

 span { border-color: rgb(51,85,38); }

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