Html Css Color HEX #3A5826 Palm Leaf

📋 copy color: '#3A5826'

red 58 ◦ green 88 ◦ blue 38

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

Shades of Palm Leaf #3A5826

Tints of Palm Leaf #3A5826

RGB

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

 GREEN value IS 88 (34.77% from 255) = 47.83%

 BLUE value IS 38 (15.23% from 255) = 20.65%

R = 31.52%
G = 47.83%
B = 20.65%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#3A5826 (or 0x3A5826) is known color: Palm Leaf. HEX triplet: 3A, 58 and 26. RGB value is (58,88,38). Sum of RGB (Red+Green+Blue) = 58+88+38=184 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.52% from 184); Green value is 88 (34.77% from 255 or 47.83% from 184); Blue value is 38 (15.23% from 255 or 20.65% from 184); Max value from RGB is 88 - color contains mainly: green. Hex color #3A5826 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5826 is #C5A7D9. Grayscale: #494949. Windows color (decimal): -12953562 or 2512954. OLE color: 2512954.

HSL color Cylindrical-coordinate representation of color #3A5826: hue angle of 96º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A5826 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB 58 88 38 -
CMYK 0.34 0 0.57 0.65
HSL 96º 0.4% 0.25% -
HSV(B) 96º 0.57% 0.35% -
XYZ 5.58 8.02 3.09 -
YUV 73.33 108.06 117.07 -
System Red Green Blue C M Y K H S L
Decimal 58 88 38 0.34 0 0.57 0.65 96 0.4 0.25
Hex 3A 58 26 22 0 39 41 60 28 19
Octal 72 130 46 42 0 71 101 140 50 31
Binary 111010 1011000 100110 100010 0 111001 1000001 1100000 101000 11001

Color Harmonies of #3A5826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5826

Black with #3A5826

Text Example


Text Example

White with #3A5826

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,88,38); }

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

background-color css

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

 a { background-color: rgb(58,88,38); }

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

border-color css

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

 span { border-color: rgb(58,88,38); }

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