Html Css Color HEX #3B5530 Palm Leaf

📋 copy color: '#3B5530'

red 59 ◦ green 85 ◦ blue 48

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

Shades of Palm Leaf #3B5530

Tints of Palm Leaf #3B5530

RGB

 RED value IS 59 (23.44% from 255) = 30.73%

 GREEN value IS 85 (33.59% from 255) = 44.27%

 BLUE value IS 48 (19.14% from 255) = 25%

R = 30.73%
G = 44.27%
B = 25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#3B5530 (or 0x3B5530) is known color: Palm Leaf. HEX triplet: 3B, 55 and 30. RGB value is (59,85,48). Sum of RGB (Red+Green+Blue) = 59+85+48=192 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.73% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 48 (19.14% from 255 or 25% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #3B5530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5530 is #C4AACF. Grayscale: #494949. Windows color (decimal): -12888784 or 3167547. OLE color: 3167547.

HSL color Cylindrical-coordinate representation of color #3B5530: hue angle of 102.16º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B5530 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB 59 85 48 -
CMYK 0.31 0 0.44 0.67
HSL 102.16º 0.28% 0.26% -
HSV(B) 102.16º 0.44% 0.33% -
XYZ 5.59 7.64 3.98 -
YUV 73.01 113.89 118.01 -
System Red Green Blue C M Y K H S L
Decimal 59 85 48 0.31 0 0.44 0.67 102.16 0.28 0.26
Hex 3B 55 30 1F 0 2C 43 66 1C 1A
Octal 73 125 60 37 0 54 103 146 34 32
Binary 111011 1010101 110000 11111 0 101100 1000011 1100110 11100 11010

Color Harmonies of #3B5530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5530

Black with #3B5530

Text Example


Text Example

White with #3B5530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,85,48); }

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

background-color css

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

 a { background-color: rgb(59,85,48); }

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

border-color css

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

 span { border-color: rgb(59,85,48); }

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