Html Css Color HEX #3B552C Palm Leaf

📋 copy color: '#3B552C'

red 59 ◦ green 85 ◦ blue 44

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

Shades of Palm Leaf #3B552C

Tints of Palm Leaf #3B552C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 23.4%

R = 31.38%
G = 45.21%
B = 23.4%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#3B552C (or 0x3B552C) is known color: Palm Leaf. HEX triplet: 3B, 55 and 2C. RGB value is (59,85,44). Sum of RGB (Red+Green+Blue) = 59+85+44=188 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.38% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #3B552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B552C is #C4AAD3. Grayscale: #484848. Windows color (decimal): -12888788 or 2905403. OLE color: 2905403.

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

Color convert

RGB 59 85 44 -
CMYK 0.31 0 0.48 0.67
HSL 98.05º 0.32% 0.25% -
HSV(B) 98.05º 0.48% 0.33% -
XYZ 5.51 7.61 3.56 -
YUV 72.55 111.89 118.33 -
System Red Green Blue C M Y K H S L
Decimal 59 85 44 0.31 0 0.48 0.67 98.05 0.32 0.25
Hex 3B 55 2C 1F 0 30 43 62 20 19
Octal 73 125 54 37 0 60 103 142 40 31
Binary 111011 1010101 101100 11111 0 110000 1000011 1100010 100000 11001

Color Harmonies of #3B552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B552C

Black with #3B552C

Text Example


Text Example

White with #3B552C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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