#398C3A

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

Shades of Japanese Laurel #398C3A

Tints of Japanese Laurel #398C3A

Color information

#398C3A (or 0x398C3A) is unknown color: approx Japanese Laurel. HEX triplet: 39, 8C and 3A. RGB value is (57,140,58). Sum of RGB (Red+Green+Blue) = 57+140+58=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 140 (55.08% from 255 or 54.90% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 140 - color contains mainly: green. Hex color #398C3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398C3A is #C673C5. Grayscale: #6A6A6A. Windows color (decimal): -13005766 or 3836985. OLE color: 3836985.

HSL color Cylindrical-coordinate representation of color #398C3A: hue angle of 120.72º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398C3A is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB5714058-
CMYK0.5900.590.45
HSL120.72º42.13%38.63%-
HSV(B)120.72º59.29%54.9%-
XYZ11.8319.937.23-
YUV105.8310193.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.35%
GREEN value IS 140 (55.08% from 255) = 54.90%
BLUE value IS 58 (23.05% from 255) = 22.75%
R=22.35%
G=54.90%
B=22.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57140580.5900.590.45120.7242.1338.63
Hex398C3A3B03B2D792a27
Octal712147273073551715247
Binary1110011000110011101011101101110111011011111001101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398C3A; }

 p { color: rgb(57,140,58); }

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

<style>
 a { background-color: #398C3A; }

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

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

<style>
 span { border-color: #398C3A; }

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

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