#398B3C

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

Shades of Japanese Laurel #398B3C

Tints of Japanese Laurel #398B3C

Color information

#398B3C (or 0x398B3C) is unknown color: approx Japanese Laurel. HEX triplet: 39, 8B and 3C. RGB value is (57,139,60). Sum of RGB (Red+Green+Blue) = 57+139+60=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 139 (54.69% from 255 or 54.30% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 139 - color contains mainly: green. Hex color #398B3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398B3C is #C674C3. Grayscale: #696969. Windows color (decimal): -13006020 or 3967801. OLE color: 3967801.

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

Color convert

RGB5713960-
CMYK0.5900.570.45
HSL122.2º41.84%38.43%-
HSV(B)122.2º58.99%54.51%-
XYZ11.7419.667.45-
YUV105.48102.3393.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.27%
GREEN value IS 139 (54.69% from 255) = 54.30%
BLUE value IS 60 (23.83% from 255) = 23.44%
R=22.27%
G=54.30%
B=23.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57139600.5900.570.45122.241.8438.43
Hex398B3C3B0392D7a2a26
Octal712137473071551725246
Binary1110011000101111110011101101110011011011111010101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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