#3A7A3A

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

Shades of Japanese Laurel #3A7A3A

Tints of Japanese Laurel #3A7A3A

Color information

#3A7A3A (or 0x3A7A3A) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 7A and 3A. RGB value is (58,122,58). Sum of RGB (Red+Green+Blue) = 58+122+58=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 122 (48.05% from 255 or 51.26% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 122 - color contains mainly: green. Hex color #3A7A3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7A3A is #C585C5. Grayscale: #5F5F5F. Windows color (decimal): -12944838 or 3832378. OLE color: 3832378.

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

Color convert

RGB5812258-
CMYK0.5200.520.52
HSL120º35.56%35.29%-
HSV(B)120º52.46%47.84%-
XYZ9.4715.126.42-
YUV95.57106.8101.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.37%
GREEN value IS 122 (48.05% from 255) = 51.26%
BLUE value IS 58 (23.05% from 255) = 24.37%
R=24.37%
G=51.26%
B=24.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58122580.5200.520.5212035.5635.29
Hex3A7A3A3403434782423
Octal721727264064641704443
Binary111010111101011101011010001101001101001111000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,122,58); }

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

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

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

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

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

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

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