#398335

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

Shades of Japanese Laurel #398335

Tints of Japanese Laurel #398335

Color information

#398335 (or 0x398335) is unknown color: approx Japanese Laurel. HEX triplet: 39, 83 and 35. RGB value is (57,131,53). Sum of RGB (Red+Green+Blue) = 57+131+53=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 131 (51.56% from 255 or 54.36% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 131 - color contains mainly: green. Hex color #398335 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398335 is #C67CCA. Grayscale: #646464. Windows color (decimal): -13008075 or 3507001. OLE color: 3507001.

HSL color Cylindrical-coordinate representation of color #398335: hue angle of 116.92º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #398335 is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB5713153-
CMYK0.5600.600.49
HSL116.92º42.39%36.08%-
HSV(B)116.92º59.54%51.37%-
XYZ10.4517.366.17-
YUV99.98101.4897.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.65%
GREEN value IS 131 (51.56% from 255) = 54.36%
BLUE value IS 53 (21.09% from 255) = 21.99%
R=23.65%
G=54.36%
B=21.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57131530.5600.600.49116.9242.3936.08
Hex3983353803C31752a24
Octal712036570074611655244
Binary1110011000001111010111100001111001100011110101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398335; }

 p { color: rgb(57,131,53); }

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

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

 a { background-color: rgb(57,131,53); }

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

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

 span { border-color: rgb(57,131,53); }

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