Html Css Color HEX #3C473B Palm Leaf

📋 copy color: '#3C473B'

red 60 ◦ green 71 ◦ blue 59

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

Shades of Palm Leaf #3C473B

Tints of Palm Leaf #3C473B

RGB

 RED value IS 60 (23.83% from 255) = 31.58%

 GREEN value IS 71 (28.13% from 255) = 37.37%

 BLUE value IS 59 (23.44% from 255) = 31.05%

R = 31.58%
G = 37.37%
B = 31.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#3C473B (or 0x3C473B) is known color: Palm Leaf. HEX triplet: 3C, 47 and 3B. RGB value is (60,71,59). Sum of RGB (Red+Green+Blue) = 60+71+59=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 59 (23.44% from 255 or 31.05% from 190); Max value from RGB is 71 - color contains mainly: green. Hex color #3C473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C473B is #C3B8C4. Grayscale: #424242. Windows color (decimal): -12826821 or 3884860. OLE color: 3884860.

HSL color Cylindrical-coordinate representation of color #3C473B: hue angle of 115º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3C473B is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 60 71 59 -
CMYK 0.15 0 0.17 0.72
HSL 115º 0.09% 0.25% -
HSV(B) 115º 0.17% 0.28% -
XYZ 4.91 5.78 5 -
YUV 66.34 123.86 123.48 -
System Red Green Blue C M Y K H S L
Decimal 60 71 59 0.15 0 0.17 0.72 115 0.09 0.25
Hex 3C 47 3B F 0 11 48 73 9 19
Octal 74 107 73 17 0 21 110 163 11 31
Binary 111100 1000111 111011 1111 0 10001 1001000 1110011 1001 11001

Color Harmonies of #3C473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C473B

Black with #3C473B

Text Example


Text Example

White with #3C473B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,71,59); }

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

background-color css

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

 a { background-color: rgb(60,71,59); }

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

border-color css

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

 span { border-color: rgb(60,71,59); }

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