Html Css Color HEX #3A3F38 Palm Leaf

📋 copy color: '#3A3F38'

red 58 ◦ green 63 ◦ blue 56

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

Shades of Palm Leaf #3A3F38

Tints of Palm Leaf #3A3F38

RGB

 RED value IS 58 (23.05% from 255) = 32.77%

 GREEN value IS 63 (25% from 255) = 35.59%

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

R = 32.77%
G = 35.59%
B = 31.64%

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

#3A3F38 (or 0x3A3F38) is known color: Palm Leaf. HEX triplet: 3A, 3F and 38. RGB value is (58,63,56). Sum of RGB (Red+Green+Blue) = 58+63+56=177 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.77% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 63 - color contains mainly: green. Hex color #3A3F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3F38 is #C5C0C7. Grayscale: #3C3C3C. Windows color (decimal): -12959944 or 3686202. OLE color: 3686202.

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

Color convert

RGB 58 63 56 -
CMYK 0.08 0 0.11 0.75
HSL 102.86º 0.06% 0.23% -
HSV(B) 102.86º 0.11% 0.25% -
XYZ 4.24 4.74 4.43 -
YUV 60.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 58 63 56 0.08 0 0.11 0.75 102.86 0.06 0.23
Hex 3A 3F 38 8 0 B 4B 67 6 17
Octal 72 77 70 10 0 13 113 147 6 27
Binary 111010 111111 111000 1000 0 1011 1001011 1100111 110 10111

Color Harmonies of #3A3F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3F38

Black with #3A3F38

Text Example


Text Example

White with #3A3F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,63,56); }

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

background-color css

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

 a { background-color: rgb(58,63,56); }

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

border-color css

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

 span { border-color: rgb(58,63,56); }

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