#3A803D

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

Shades of Japanese Laurel #3A803D

Tints of Japanese Laurel #3A803D

Color information

#3A803D (or 0x3A803D) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 80 and 3D. RGB value is (58,128,61). Sum of RGB (Red+Green+Blue) = 58+128+61=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 128 (50.39% from 255 or 51.82% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 128 - color contains mainly: green. Hex color #3A803D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A803D is #C57FC2. Grayscale: #636363. Windows color (decimal): -12943299 or 4030522. OLE color: 4030522.

HSL color Cylindrical-coordinate representation of color #3A803D: hue angle of 122.57º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A803D is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB5812861-
CMYK0.5500.520.50
HSL122.57º37.63%36.47%-
HSV(B)122.57º54.69%50.2%-
XYZ10.3116.677.09-
YUV99.43106.3198.45-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.48%
GREEN value IS 128 (50.39% from 255) = 51.82%
BLUE value IS 61 (24.22% from 255) = 24.70%
R=23.48%
G=51.82%
B=24.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal58128610.5500.520.50122.5737.6336.47
Hex3A803D37034327b2624
Octal722007567064621734644
Binary1110101000000011110111011101101001100101111011100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A803D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,128,61); }

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

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

 a { background-color: rgb(58,128,61); }

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

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

 span { border-color: rgb(58,128,61); }

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