Html Css Color HEX #3A4834 Palm Leaf

📋 copy color: '#3A4834'

red 58 ◦ green 72 ◦ blue 52

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

Shades of Palm Leaf #3A4834

Tints of Palm Leaf #3A4834

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.56%

 BLUE value IS 52 (20.7% from 255) = 28.57%

R = 31.87%
G = 39.56%
B = 28.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#3A4834 (or 0x3A4834) is known color: Palm Leaf. HEX triplet: 3A, 48 and 34. RGB value is (58,72,52). Sum of RGB (Red+Green+Blue) = 58+72+52=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 72 - color contains mainly: green. Hex color #3A4834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4834 is #C5B7CB. Grayscale: #414141. Windows color (decimal): -12957644 or 3426362. OLE color: 3426362.

HSL color Cylindrical-coordinate representation of color #3A4834: hue angle of 102º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3A4834 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB 58 72 52 -
CMYK 0.19 0 0.28 0.72
HSL 102º 0.16% 0.24% -
HSV(B) 102º 0.28% 0.28% -
XYZ 4.68 5.78 4.12 -
YUV 65.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 58 72 52 0.19 0 0.28 0.72 102 0.16 0.24
Hex 3A 48 34 13 0 1C 48 66 10 18
Octal 72 110 64 23 0 34 110 146 20 30
Binary 111010 1001000 110100 10011 0 11100 1001000 1100110 10000 11000

Color Harmonies of #3A4834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4834

Black with #3A4834

Text Example


Text Example

White with #3A4834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,72,52); }

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

background-color css

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

 a { background-color: rgb(58,72,52); }

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

border-color css

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

 span { border-color: rgb(58,72,52); }

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