#397834

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

Shades of Japanese Laurel #397834

Tints of Japanese Laurel #397834

Color information

#397834 (or 0x397834) is unknown color: approx Japanese Laurel. HEX triplet: 39, 78 and 34. RGB value is (57,120,52). Sum of RGB (Red+Green+Blue) = 57+120+52=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 120 (47.27% from 255 or 52.40% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 120 - color contains mainly: green. Hex color #397834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397834 is #C687CB. Grayscale: #5D5D5D. Windows color (decimal): -13010892 or 3438649. OLE color: 3438649.

HSL color Cylindrical-coordinate representation of color #397834: hue angle of 115.59º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #397834 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB5712052-
CMYK0.5200.570.53
HSL115.59º39.53%33.73%-
HSV(B)115.59º56.67%47.06%-
XYZ9.0214.555.58-
YUV93.41104.63102.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.89%
GREEN value IS 120 (47.27% from 255) = 52.40%
BLUE value IS 52 (20.70% from 255) = 22.71%
R=24.89%
G=52.40%
B=22.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57120520.5200.570.53115.5939.5333.73
Hex3978343403935742822
Octal711706464071651645042
Binary111001111100011010011010001110011101011110100101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397834; }

 p { color: rgb(57,120,52); }

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

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

 a { background-color: rgb(57,120,52); }

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

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

 span { border-color: rgb(57,120,52); }

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