#3A7B41

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

Shades of Japanese Laurel #3A7B41

Tints of Japanese Laurel #3A7B41

Color information

#3A7B41 (or 0x3A7B41) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 7B and 41. RGB value is (58,123,65). Sum of RGB (Red+Green+Blue) = 58+123+65=246 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.58% from 246); Green value is 123 (48.44% from 255 or 50% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 123 - color contains mainly: green. Hex color #3A7B41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7B41 is #C584BE. Grayscale: #616161. Windows color (decimal): -12944575 or 4291386. OLE color: 4291386.

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

Color convert

RGB5812365-
CMYK0.5300.470.52
HSL126.46º35.91%35.49%-
HSV(B)126.46º52.85%48.24%-
XYZ9.7815.457.47-
YUV96.95109.97100.22-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.58%
GREEN value IS 123 (48.44% from 255) = 50%
BLUE value IS 65 (25.78% from 255) = 26.42%
R=23.58%
G=50%
B=26.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58123650.5300.470.52126.4635.9135.49
Hex3A7B413502F347e2423
Octal7217310165057641764443
Binary1110101111011100000111010101011111101001111110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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