#3A7C3D

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

Shades of Japanese Laurel #3A7C3D

Tints of Japanese Laurel #3A7C3D

Color information

#3A7C3D (or 0x3A7C3D) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 7C and 3D. RGB value is (58,124,61). Sum of RGB (Red+Green+Blue) = 58+124+61=243 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.87% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #3A7C3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7C3D is #C583C2. Grayscale: #616161. Windows color (decimal): -12944323 or 4029498. OLE color: 4029498.

HSL color Cylindrical-coordinate representation of color #3A7C3D: hue angle of 122.73º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A7C3D is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB5812461-
CMYK0.5300.510.51
HSL122.73º36.26%35.69%-
HSV(B)122.73º53.23%48.63%-
XYZ9.7915.656.92-
YUV97.08107.63100.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.87%
GREEN value IS 124 (48.83% from 255) = 51.03%
BLUE value IS 61 (24.22% from 255) = 25.10%
R=23.87%
G=51.03%
B=25.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58124610.5300.510.51122.7336.2635.69
Hex3A7C3D35033337b2424
Octal721747565063631734444
Binary111010111110011110111010101100111100111111011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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