#407B3D

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

Shades of Japanese Laurel #407B3D

Tints of Japanese Laurel #407B3D

Color information

#407B3D (or 0x407B3D) is unknown color: approx Japanese Laurel. HEX triplet: 40, 7B and 3D. RGB value is (64,123,61). Sum of RGB (Red+Green+Blue) = 64+123+61=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 123 (48.44% from 255 or 49.60% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 123 - color contains mainly: green. Hex color #407B3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407B3D is #BF84C2. Grayscale: #626262. Windows color (decimal): -12551363 or 4029248. OLE color: 4029248.

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

Color convert

RGB6412361-
CMYK0.4800.500.52
HSL117.1º33.7%36.08%-
HSV(B)117.1º50.41%48.24%-
XYZ10.0415.596.9-
YUV98.29106.95103.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.81%
GREEN value IS 123 (48.44% from 255) = 49.60%
BLUE value IS 61 (24.22% from 255) = 24.60%
R=25.81%
G=49.60%
B=24.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64123610.4800.500.52117.133.736.08
Hex407B3D3003234752224
Octal1001737560062641654244
Binary1000000111101111110111000001100101101001110101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407B3D; }

 p { color: rgb(64,123,61); }

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

<style>
 a { background-color: #407B3D; }

 a { background-color: rgb(64,123,61); }

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

<style>
 span { border-color: #407B3D; }

 span { border-color: rgb(64,123,61); }

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