Html Css Color HEX #335D15 Palm Leaf

📋 copy color: '#335D15'

red 51 ◦ green 93 ◦ blue 21

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

Shades of Palm Leaf #335D15

Tints of Palm Leaf #335D15

RGB

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

 GREEN value IS 93 (36.72% from 255) = 56.36%

 BLUE value IS 21 (8.59% from 255) = 12.73%

R = 30.91%
G = 56.36%
B = 12.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.77

 K value IS 0.64

RGB Variations

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

Color information

#335D15 (or 0x335D15) is known color: Palm Leaf. HEX triplet: 33, 5D and 15. RGB value is (51,93,21). Sum of RGB (Red+Green+Blue) = 51+93+21=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 93 (36.72% from 255 or 56.36% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 93 - color contains mainly: green. Hex color #335D15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335D15 is #CCA2EA. Grayscale: #484848. Windows color (decimal): -13411051 or 1400115. OLE color: 1400115.

HSL color Cylindrical-coordinate representation of color #335D15: hue angle of 95º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #335D15 is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.

Color convert

RGB 51 93 21 -
CMYK 0.45 0 0.77 0.64
HSL 95º 0.63% 0.22% -
HSV(B) 95º 0.77% 0.36% -
XYZ 5.41 8.59 2.08 -
YUV 72.23 99.09 112.85 -
System Red Green Blue C M Y K H S L
Decimal 51 93 21 0.45 0 0.77 0.64 95 0.63 0.22
Hex 33 5D 15 2D 0 4D 40 5F 3F 16
Octal 63 135 25 55 0 115 100 137 77 26
Binary 110011 1011101 10101 101101 0 1001101 1000000 1011111 111111 10110

Color Harmonies of #335D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335D15

Black with #335D15

Text Example


Text Example

White with #335D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,93,21); }

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

background-color css

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

 a { background-color: rgb(51,93,21); }

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

border-color css

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

 span { border-color: rgb(51,93,21); }

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