#398F3B

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

Shades of Japanese Laurel #398F3B

Tints of Japanese Laurel #398F3B

Color information

#398F3B (or 0x398F3B) is unknown color: approx Japanese Laurel. HEX triplet: 39, 8F and 3B. RGB value is (57,143,59). Sum of RGB (Red+Green+Blue) = 57+143+59=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 143 (56.25% from 255 or 55.21% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 143 - color contains mainly: green. Hex color #398F3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398F3B is #C670C4. Grayscale: #6B6B6B. Windows color (decimal): -13004997 or 3903289. OLE color: 3903289.

HSL color Cylindrical-coordinate representation of color #398F3B: hue angle of 121.4º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #398F3B is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB5714359-
CMYK0.6000.590.44
HSL121.4º43%39.22%-
HSV(B)121.4º60.14%56.08%-
XYZ12.320.837.51-
YUV107.71100.5191.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.01%
GREEN value IS 143 (56.25% from 255) = 55.21%
BLUE value IS 59 (23.44% from 255) = 22.78%
R=22.01%
G=55.21%
B=22.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal57143590.6000.590.44121.44339.22
Hex398F3B3C03B2C792b27
Octal712177374073541715347
Binary1110011000111111101111110001110111011001111001101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,143,59); }

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

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

 a { background-color: rgb(57,143,59); }

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

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

 span { border-color: rgb(57,143,59); }

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