Html Css Color HEX #335425 Palm Leaf

📋 copy color: '#335425'

red 51 ◦ green 84 ◦ blue 37

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

Shades of Palm Leaf #335425

Tints of Palm Leaf #335425

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48.84%

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

R = 29.65%
G = 48.84%
B = 21.51%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#335425 (or 0x335425) is known color: Palm Leaf. HEX triplet: 33, 54 and 25. RGB value is (51,84,37). Sum of RGB (Red+Green+Blue) = 51+84+37=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #335425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335425 is #CCABDA. Grayscale: #444444. Windows color (decimal): -13413339 or 2446387. OLE color: 2446387.

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

Color convert

RGB 51 84 37 -
CMYK 0.39 0 0.56 0.67
HSL 102.13º 0.39% 0.24% -
HSV(B) 102.13º 0.56% 0.33% -
XYZ 4.87 7.18 2.88 -
YUV 68.78 110.07 115.32 -
System Red Green Blue C M Y K H S L
Decimal 51 84 37 0.39 0 0.56 0.67 102.13 0.39 0.24
Hex 33 54 25 27 0 38 43 66 27 18
Octal 63 124 45 47 0 70 103 146 47 30
Binary 110011 1010100 100101 100111 0 111000 1000011 1100110 100111 11000

Color Harmonies of #335425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335425

Black with #335425

Text Example


Text Example

White with #335425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335425; }

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

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

background-color css

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

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

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

border-color css

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

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

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