#3A8838

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

Shades of Japanese Laurel #3A8838

Tints of Japanese Laurel #3A8838

Color information

#3A8838 (or 0x3A8838) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 88 and 38. RGB value is (58,136,56). Sum of RGB (Red+Green+Blue) = 58+136+56=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 136 (53.52% from 255 or 54.4% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 136 - color contains mainly: green. Hex color #3A8838 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8838 is #C577C7. Grayscale: #676767. Windows color (decimal): -12941256 or 3704890. OLE color: 3704890.

HSL color Cylindrical-coordinate representation of color #3A8838: hue angle of 118.5º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A8838 is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB5813656-
CMYK0.5700.590.47
HSL118.5º41.67%37.65%-
HSV(B)118.5º58.82%53.33%-
XYZ11.2618.796.78-
YUV103.56101.1695.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.2%
GREEN value IS 136 (53.52% from 255) = 54.4%
BLUE value IS 56 (22.27% from 255) = 22.4%
R=23.2%
G=54.4%
B=22.4%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal58136560.5700.590.47118.541.6737.65
Hex3A88383903B2F762a26
Octal722107071073571665246
Binary1110101000100011100011100101110111011111110110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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