#398C37

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

Shades of Japanese Laurel #398C37

Tints of Japanese Laurel #398C37

Color information

#398C37 (or 0x398C37) is unknown color: approx Japanese Laurel. HEX triplet: 39, 8C and 37. RGB value is (57,140,55). Sum of RGB (Red+Green+Blue) = 57+140+55=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 140 (55.08% from 255 or 55.56% from 252); Blue value is 55 (21.88% from 255 or 21.83% from 252); Max value from RGB is 140 - color contains mainly: green. Hex color #398C37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398C37 is #C673C8. Grayscale: #696969. Windows color (decimal): -13005769 or 3640377. OLE color: 3640377.

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

Color convert

RGB5714055-
CMYK0.5900.610.45
HSL118.59º43.59%38.24%-
HSV(B)118.59º60.71%54.9%-
XYZ11.7619.96.84-
YUV105.4999.593.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.62%
GREEN value IS 140 (55.08% from 255) = 55.56%
BLUE value IS 55 (21.88% from 255) = 21.83%
R=22.62%
G=55.56%
B=21.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57140550.5900.610.45118.5943.5938.24
Hex398C373B03D2D772c26
Octal712146773075551675446
Binary1110011000110011011111101101111011011011110111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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