Html Css Color HEX #3A5430 Palm Leaf

📋 copy color: '#3A5430'

red 58 ◦ green 84 ◦ blue 48

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

Shades of Palm Leaf #3A5430

Tints of Palm Leaf #3A5430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.21%

 BLUE value IS 48 (19.14% from 255) = 25.26%

R = 30.53%
G = 44.21%
B = 25.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#3A5430 (or 0x3A5430) is known color: Palm Leaf. HEX triplet: 3A, 54 and 30. RGB value is (58,84,48). Sum of RGB (Red+Green+Blue) = 58+84+48=190 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.53% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #3A5430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5430 is #C5ABCF. Grayscale: #484848. Windows color (decimal): -12954576 or 3167290. OLE color: 3167290.

HSL color Cylindrical-coordinate representation of color #3A5430: hue angle of 103.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A5430 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 84 48 -
CMYK 0.31 0 0.43 0.67
HSL 103.33º 0.27% 0.26% -
HSV(B) 103.33º 0.43% 0.33% -
XYZ 5.45 7.45 3.95 -
YUV 72.12 114.39 117.93 -
System Red Green Blue C M Y K H S L
Decimal 58 84 48 0.31 0 0.43 0.67 103.33 0.27 0.26
Hex 3A 54 30 1F 0 2B 43 67 1B 1A
Octal 72 124 60 37 0 53 103 147 33 32
Binary 111010 1010100 110000 11111 0 101011 1000011 1100111 11011 11010

Color Harmonies of #3A5430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5430

Black with #3A5430

Text Example


Text Example

White with #3A5430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,84,48); }

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

background-color css

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

 a { background-color: rgb(58,84,48); }

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

border-color css

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

 span { border-color: rgb(58,84,48); }

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