#3B7B3A

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

Shades of Japanese Laurel #3B7B3A

Tints of Japanese Laurel #3B7B3A

Color information

#3B7B3A (or 0x3B7B3A) is unknown color: approx Japanese Laurel. HEX triplet: 3B, 7B and 3A. RGB value is (59,123,58). Sum of RGB (Red+Green+Blue) = 59+123+58=240 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.58% from 240); Green value is 123 (48.44% from 255 or 51.25% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 123 - color contains mainly: green. Hex color #3B7B3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7B3A is #C484C5. Grayscale: #606060. Windows color (decimal): -12879046 or 3832635. OLE color: 3832635.

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

Color convert

RGB5912358-
CMYK0.5200.530.52
HSL119.08º35.91%35.49%-
HSV(B)119.08º52.85%48.24%-
XYZ9.6515.46.47-
YUV96.45106.3101.29-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.58%
GREEN value IS 123 (48.44% from 255) = 51.25%
BLUE value IS 58 (23.05% from 255) = 24.17%
R=24.58%
G=51.25%
B=24.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal59123580.5200.530.52119.0835.9135.49
Hex3B7B3A3403534772423
Octal731737264065641674443
Binary111011111101111101011010001101011101001110111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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