Html Css Color HEX #3D5435 Palm Leaf

📋 copy color: '#3D5435'

red 61 ◦ green 84 ◦ blue 53

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

Shades of Palm Leaf #3D5435

Tints of Palm Leaf #3D5435

RGB

 RED value IS 61 (24.22% from 255) = 30.81%

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

 BLUE value IS 53 (21.09% from 255) = 26.77%

R = 30.81%
G = 42.42%
B = 26.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#3D5435 (or 0x3D5435) is known color: Palm Leaf. HEX triplet: 3D, 54 and 35. RGB value is (61,84,53). Sum of RGB (Red+Green+Blue) = 61+84+53=198 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.81% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 53 (21.09% from 255 or 26.77% from 198); Max value from RGB is 84 - color contains mainly: green. Hex color #3D5435 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5435 is #C2ABCA. Grayscale: #494949. Windows color (decimal): -12757963 or 3494973. OLE color: 3494973.

HSL color Cylindrical-coordinate representation of color #3D5435: hue angle of 104.52º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3D5435 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.

Color convert

RGB 61 84 53 -
CMYK 0.27 0 0.37 0.67
HSL 104.52º 0.23% 0.27% -
HSV(B) 104.52º 0.37% 0.33% -
XYZ 5.74 7.59 4.53 -
YUV 73.59 116.38 119.02 -
System Red Green Blue C M Y K H S L
Decimal 61 84 53 0.27 0 0.37 0.67 104.52 0.23 0.27
Hex 3D 54 35 1B 0 25 43 69 17 1B
Octal 75 124 65 33 0 45 103 151 27 33
Binary 111101 1010100 110101 11011 0 100101 1000011 1101001 10111 11011

Color Harmonies of #3D5435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5435

Black with #3D5435

Text Example


Text Example

White with #3D5435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D5435; }

 p { color: rgb(61,84,53); }

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

background-color css

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

 a { background-color: rgb(61,84,53); }

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

border-color css

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

 span { border-color: rgb(61,84,53); }

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