Html Css Color HEX #335225 Palm Leaf

📋 copy color: '#335225'

red 51 ◦ green 82 ◦ blue 37

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

Shades of Palm Leaf #335225

Tints of Palm Leaf #335225

RGB

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

 GREEN value IS 82 (32.42% from 255) = 48.24%

 BLUE value IS 37 (14.84% from 255) = 21.76%

R = 30%
G = 48.24%
B = 21.76%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.55

 K value IS 0.68

RGB Variations

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

Color information

#335225 (or 0x335225) is known color: Palm Leaf. HEX triplet: 33, 52 and 25. RGB value is (51,82,37). Sum of RGB (Red+Green+Blue) = 51+82+37=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 82 (32.42% from 255 or 48.24% from 170); Blue value is 37 (14.84% from 255 or 21.76% from 170); Max value from RGB is 82 - color contains mainly: green. Hex color #335225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335225 is #CCADDA. Grayscale: #434343. Windows color (decimal): -13413851 or 2445875. OLE color: 2445875.

HSL color Cylindrical-coordinate representation of color #335225: hue angle of 101.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #335225 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.68.

Color convert

RGB 51 82 37 -
CMYK 0.38 0 0.55 0.68
HSL 101.33º 0.38% 0.23% -
HSV(B) 101.33º 0.55% 0.32% -
XYZ 4.72 6.87 2.83 -
YUV 67.6 110.73 116.16 -
System Red Green Blue C M Y K H S L
Decimal 51 82 37 0.38 0 0.55 0.68 101.33 0.38 0.23
Hex 33 52 25 26 0 37 44 65 26 17
Octal 63 122 45 46 0 67 104 145 46 27
Binary 110011 1010010 100101 100110 0 110111 1000100 1100101 100110 10111

Color Harmonies of #335225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335225

Black with #335225

Text Example


Text Example

White with #335225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335225; }

 p { color: rgb(51,82,37); }

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

background-color css

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

 a { background-color: rgb(51,82,37); }

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

border-color css

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

 span { border-color: rgb(51,82,37); }

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