#3A7A41

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

Shades of Japanese Laurel #3A7A41

Tints of Japanese Laurel #3A7A41

Color information

#3A7A41 (or 0x3A7A41) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 7A and 41. RGB value is (58,122,65). Sum of RGB (Red+Green+Blue) = 58+122+65=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 122 (48.05% from 255 or 49.80% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 122 - color contains mainly: green. Hex color #3A7A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7A41 is #C585BE. Grayscale: #606060. Windows color (decimal): -12944831 or 4291130. OLE color: 4291130.

HSL color Cylindrical-coordinate representation of color #3A7A41: hue angle of 126.56º 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 #3A7A41 is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.

Color convert

RGB5812265-
CMYK0.5200.470.52
HSL126.56º35.56%35.29%-
HSV(B)126.56º52.46%47.84%-
XYZ9.6615.27.43-
YUV96.37110.3100.63-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.67%
GREEN value IS 122 (48.05% from 255) = 49.80%
BLUE value IS 65 (25.78% from 255) = 26.53%
R=23.67%
G=49.80%
B=26.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58122650.5200.470.52126.5635.5635.29
Hex3A7A413402F347f2423
Octal7217210164057641774443
Binary1110101111010100000111010001011111101001111111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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