Html Css Color HEX #335A25 Palm Leaf

📋 copy color: '#335A25'

red 51 ◦ green 90 ◦ blue 37

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

Shades of Palm Leaf #335A25

Tints of Palm Leaf #335A25

RGB

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

 GREEN value IS 90 (35.55% from 255) = 50.56%

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

R = 28.65%
G = 50.56%
B = 20.79%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#335A25 (or 0x335A25) is known color: Palm Leaf. HEX triplet: 33, 5A and 25. RGB value is (51,90,37). Sum of RGB (Red+Green+Blue) = 51+90+37=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 90 (35.55% from 255 or 50.56% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 90 - color contains mainly: green. Hex color #335A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335A25 is #CCA5DA. Grayscale: #484848. Windows color (decimal): -13411803 or 2447923. OLE color: 2447923.

HSL color Cylindrical-coordinate representation of color #335A25: hue angle of 104.15º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #335A25 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 90 37 -
CMYK 0.43 0 0.59 0.65
HSL 104.15º 0.42% 0.25% -
HSV(B) 104.15º 0.59% 0.35% -
XYZ 5.36 8.15 3.04 -
YUV 72.3 108.08 112.81 -
System Red Green Blue C M Y K H S L
Decimal 51 90 37 0.43 0 0.59 0.65 104.15 0.42 0.25
Hex 33 5A 25 2B 0 3B 41 68 2A 19
Octal 63 132 45 53 0 73 101 150 52 31
Binary 110011 1011010 100101 101011 0 111011 1000001 1101000 101010 11001

Color Harmonies of #335A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335A25

Black with #335A25

Text Example


Text Example

White with #335A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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