#398A3A

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

Shades of Japanese Laurel #398A3A

Tints of Japanese Laurel #398A3A

Color information

#398A3A (or 0x398A3A) is unknown color: approx Japanese Laurel. HEX triplet: 39, 8A and 3A. RGB value is (57,138,58). Sum of RGB (Red+Green+Blue) = 57+138+58=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 138 (54.30% from 255 or 54.55% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 138 - color contains mainly: green. Hex color #398A3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398A3A is #C675C5. Grayscale: #686868. Windows color (decimal): -13006278 or 3836473. OLE color: 3836473.

HSL color Cylindrical-coordinate representation of color #398A3A: hue angle of 120.74º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398A3A is Cyan = 0.59, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB5713858-
CMYK0.5900.580.46
HSL120.74º41.54%38.24%-
HSV(B)120.74º58.7%54.12%-
XYZ11.5419.357.13-
YUV104.66101.6694-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.53%
GREEN value IS 138 (54.30% from 255) = 54.55%
BLUE value IS 58 (23.05% from 255) = 22.92%
R=22.53%
G=54.55%
B=22.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57138580.5900.580.46120.7441.5438.24
Hex398A3A3B03A2E792a26
Octal712127273072561715246
Binary1110011000101011101011101101110101011101111001101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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