Html Css Color HEX #3C413A Palm Leaf

📋 copy color: '#3C413A'

red 60 ◦ green 65 ◦ blue 58

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

Shades of Palm Leaf #3C413A

Tints of Palm Leaf #3C413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.52%

 BLUE value IS 58 (23.05% from 255) = 31.69%

R = 32.79%
G = 35.52%
B = 31.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#3C413A (or 0x3C413A) is known color: Palm Leaf. HEX triplet: 3C, 41 and 3A. RGB value is (60,65,58). Sum of RGB (Red+Green+Blue) = 60+65+58=183 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.79% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 65 - color contains mainly: green. Hex color #3C413A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C413A is #C3BEC5. Grayscale: #3E3E3E. Windows color (decimal): -12828358 or 3817788. OLE color: 3817788.

HSL color Cylindrical-coordinate representation of color #3C413A: hue angle of 102.86º degrees, saturation: 0.06, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #3C413A is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 60 65 58 -
CMYK 0.08 0 0.11 0.75
HSL 102.86º 0.06% 0.24% -
HSV(B) 102.86º 0.11% 0.25% -
XYZ 4.52 5.05 4.74 -
YUV 62.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 60 65 58 0.08 0 0.11 0.75 102.86 0.06 0.24
Hex 3C 41 3A 8 0 B 4B 67 6 18
Octal 74 101 72 10 0 13 113 147 6 30
Binary 111100 1000001 111010 1000 0 1011 1001011 1100111 110 11000

Color Harmonies of #3C413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C413A

Black with #3C413A

Text Example


Text Example

White with #3C413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,65,58); }

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

background-color css

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

 a { background-color: rgb(60,65,58); }

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

border-color css

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

 span { border-color: rgb(60,65,58); }

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