Html Css Color HEX #3C4B38 Palm Leaf

📋 copy color: '#3C4B38'

red 60 ◦ green 75 ◦ blue 56

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

Shades of Palm Leaf #3C4B38

Tints of Palm Leaf #3C4B38

RGB

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

 GREEN value IS 75 (29.69% from 255) = 39.27%

 BLUE value IS 56 (22.27% from 255) = 29.32%

R = 31.41%
G = 39.27%
B = 29.32%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.25

 K value IS 0.71

RGB Variations

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

Color information

#3C4B38 (or 0x3C4B38) is known color: Palm Leaf. HEX triplet: 3C, 4B and 38. RGB value is (60,75,56). Sum of RGB (Red+Green+Blue) = 60+75+56=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 56 (22.27% from 255 or 29.32% from 191); Max value from RGB is 75 - color contains mainly: green. Hex color #3C4B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4B38 is #C3B4C7. Grayscale: #444444. Windows color (decimal): -12825800 or 3689276. OLE color: 3689276.

HSL color Cylindrical-coordinate representation of color #3C4B38: hue angle of 107.37º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3C4B38 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.71.

Color convert

RGB 60 75 56 -
CMYK 0.20 0 0.25 0.71
HSL 107.37º 0.15% 0.26% -
HSV(B) 107.37º 0.25% 0.29% -
XYZ 5.09 6.28 4.68 -
YUV 68.35 121.03 122.04 -
System Red Green Blue C M Y K H S L
Decimal 60 75 56 0.20 0 0.25 0.71 107.37 0.15 0.26
Hex 3C 4B 38 14 0 19 47 6B F 1A
Octal 74 113 70 24 0 31 107 153 17 32
Binary 111100 1001011 111000 10100 0 11001 1000111 1101011 1111 11010

Color Harmonies of #3C4B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4B38

Black with #3C4B38

Text Example


Text Example

White with #3C4B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,75,56); }

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

background-color css

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

 a { background-color: rgb(60,75,56); }

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

border-color css

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

 span { border-color: rgb(60,75,56); }

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