Html Css Color HEX #3A4B38 Palm Leaf

📋 copy color: '#3A4B38'

red 58 ◦ green 75 ◦ blue 56

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

Shades of Palm Leaf #3A4B38

Tints of Palm Leaf #3A4B38

RGB

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

 GREEN value IS 75 (29.69% from 255) = 39.68%

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

R = 30.69%
G = 39.68%
B = 29.63%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.25

 K value IS 0.71

RGB Variations

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

Color information

#3A4B38 (or 0x3A4B38) is known color: Palm Leaf. HEX triplet: 3A, 4B and 38. RGB value is (58,75,56). Sum of RGB (Red+Green+Blue) = 58+75+56=189 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.69% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 56 (22.27% from 255 or 29.63% from 189); Max value from RGB is 75 - color contains mainly: green. Hex color #3A4B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4B38 is #C5B4C7. Grayscale: #434343. Windows color (decimal): -12956872 or 3689274. OLE color: 3689274.

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

Color convert

RGB 58 75 56 -
CMYK 0.23 0 0.25 0.71
HSL 113.68º 0.15% 0.26% -
HSV(B) 113.68º 0.25% 0.29% -
XYZ 4.97 6.22 4.68 -
YUV 67.75 121.37 121.04 -
System Red Green Blue C M Y K H S L
Decimal 58 75 56 0.23 0 0.25 0.71 113.68 0.15 0.26
Hex 3A 4B 38 17 0 19 47 72 F 1A
Octal 72 113 70 27 0 31 107 162 17 32
Binary 111010 1001011 111000 10111 0 11001 1000111 1110010 1111 11010

Color Harmonies of #3A4B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4B38

Black with #3A4B38

Text Example


Text Example

White with #3A4B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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