#3A8538

Color #3A8538 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #3A8538

Tints of Japanese Laurel #3A8538

Color information

#3A8538 (or 0x3A8538) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 85 and 38. RGB value is (58,133,56). Sum of RGB (Red+Green+Blue) = 58+133+56=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 133 (52.34% from 255 or 53.85% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 133 - color contains mainly: green. Hex color #3A8538 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8538 is #C57AC7. Grayscale: #666666. Windows color (decimal): -12942024 or 3704122. OLE color: 3704122.

HSL color Cylindrical-coordinate representation of color #3A8538: hue angle of 118.44º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8538 is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB5813356-
CMYK0.5600.580.48
HSL118.44º40.74%37.06%-
HSV(B)118.44º57.89%52.16%-
XYZ10.8517.966.64-
YUV101.8102.1596.76-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.48%
GREEN value IS 133 (52.34% from 255) = 53.85%
BLUE value IS 56 (22.27% from 255) = 22.67%
R=23.48%
G=53.85%
B=22.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal58133560.5600.580.48118.4440.7437.06
Hex3A85383803A30762925
Octal722057070072601665145
Binary1110101000010111100011100001110101100001110110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A8538;
 }
 .AnyTagClassName
 {
   color: #3A8538;
 }
</style>
background-color css

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

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

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

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

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

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