#397633

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

Shades of Japanese Laurel #397633

Tints of Japanese Laurel #397633

Color information

#397633 (or 0x397633) is unknown color: approx Japanese Laurel. HEX triplet: 39, 76 and 33. RGB value is (57,118,51). Sum of RGB (Red+Green+Blue) = 57+118+51=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #397633 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397633 is #C689CC. Grayscale: #5C5C5C. Windows color (decimal): -13011405 or 3372601. OLE color: 3372601.

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

Color convert

RGB5711851-
CMYK0.5200.570.54
HSL114.63º39.64%33.14%-
HSV(B)114.63º56.78%46.27%-
XYZ8.7614.075.39-
YUV92.12104.79102.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.22%
GREEN value IS 118 (46.48% from 255) = 52.21%
BLUE value IS 51 (20.31% from 255) = 22.57%
R=25.22%
G=52.21%
B=22.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57118510.5200.570.54114.6339.6433.14
Hex3976333403936732821
Octal711666364071661635041
Binary111001111011011001111010001110011101101110011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397633; }

 p { color: rgb(57,118,51); }

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

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

 a { background-color: rgb(57,118,51); }

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

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

 span { border-color: rgb(57,118,51); }

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