#398F3C

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

Shades of Japanese Laurel #398F3C

Tints of Japanese Laurel #398F3C

Color information

#398F3C (or 0x398F3C) is unknown color: approx Japanese Laurel. HEX triplet: 39, 8F and 3C. RGB value is (57,143,60). Sum of RGB (Red+Green+Blue) = 57+143+60=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 143 (56.25% from 255 or 55% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 143 - color contains mainly: green. Hex color #398F3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398F3C is #C670C3. Grayscale: #6C6C6C. Windows color (decimal): -13004996 or 3968825. OLE color: 3968825.

HSL color Cylindrical-coordinate representation of color #398F3C: hue angle of 122.09º 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 #398F3C is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB5714360-
CMYK0.6000.580.44
HSL122.09º43%39.22%-
HSV(B)122.09º60.14%56.08%-
XYZ12.3320.847.65-
YUV107.82101.0191.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.92%
GREEN value IS 143 (56.25% from 255) = 55%
BLUE value IS 60 (23.83% from 255) = 23.08%
R=21.92%
G=55%
B=23.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal57143600.6000.580.44122.094339.22
Hex398F3C3C03A2C7a2b27
Octal712177474072541725347
Binary1110011000111111110011110001110101011001111010101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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