Html Css Color HEX #3C443A Palm Leaf

📋 copy color: '#3C443A'

red 60 ◦ green 68 ◦ blue 58

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

Shades of Palm Leaf #3C443A

Tints of Palm Leaf #3C443A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.56%

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

R = 32.26%
G = 36.56%
B = 31.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.73

RGB Variations

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

Color information

#3C443A (or 0x3C443A) is known color: Palm Leaf. HEX triplet: 3C, 44 and 3A. RGB value is (60,68,58). Sum of RGB (Red+Green+Blue) = 60+68+58=186 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.26% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 68 - color contains mainly: green. Hex color #3C443A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C443A is #C3BBC5. Grayscale: #404040. Windows color (decimal): -12827590 or 3818556. OLE color: 3818556.

HSL color Cylindrical-coordinate representation of color #3C443A: hue angle of 108º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3C443A is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.73.

Color convert

RGB 60 68 58 -
CMYK 0.12 0 0.15 0.73
HSL 108º 0.08% 0.25% -
HSV(B) 108º 0.15% 0.27% -
XYZ 4.69 5.4 4.8 -
YUV 64.47 124.35 124.81 -
System Red Green Blue C M Y K H S L
Decimal 60 68 58 0.12 0 0.15 0.73 108 0.08 0.25
Hex 3C 44 3A C 0 F 49 6C 8 19
Octal 74 104 72 14 0 17 111 154 10 31
Binary 111100 1000100 111010 1100 0 1111 1001001 1101100 1000 11001

Color Harmonies of #3C443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C443A

Black with #3C443A

Text Example


Text Example

White with #3C443A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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