Html Css Color HEX #3A4939 Palm Leaf

📋 copy color: '#3A4939'

red 58 ◦ green 73 ◦ blue 57

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

Shades of Palm Leaf #3A4939

Tints of Palm Leaf #3A4939

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.83%

 BLUE value IS 57 (22.66% from 255) = 30.32%

R = 30.85%
G = 38.83%
B = 30.32%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.71

RGB Variations

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

Color information

#3A4939 (or 0x3A4939) is known color: Palm Leaf. HEX triplet: 3A, 49 and 39. RGB value is (58,73,57). Sum of RGB (Red+Green+Blue) = 58+73+57=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 73 - color contains mainly: green. Hex color #3A4939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4939 is #C5B6C6. Grayscale: #424242. Windows color (decimal): -12957383 or 3754298. OLE color: 3754298.

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

Color convert

RGB 58 73 57 -
CMYK 0.21 0 0.22 0.71
HSL 116.25º 0.12% 0.25% -
HSV(B) 116.25º 0.22% 0.29% -
XYZ 4.87 5.96 4.76 -
YUV 66.69 122.53 121.8 -
System Red Green Blue C M Y K H S L
Decimal 58 73 57 0.21 0 0.22 0.71 116.25 0.12 0.25
Hex 3A 49 39 15 0 16 47 74 C 19
Octal 72 111 71 25 0 26 107 164 14 31
Binary 111010 1001001 111001 10101 0 10110 1000111 1110100 1100 11001

Color Harmonies of #3A4939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4939

Black with #3A4939

Text Example


Text Example

White with #3A4939

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,73,57); }

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

background-color css

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

 a { background-color: rgb(58,73,57); }

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

border-color css

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

 span { border-color: rgb(58,73,57); }

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