#307632

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

Shades of Japanese Laurel #307632

Tints of Japanese Laurel #307632

Color information

#307632 (or 0x307632) is unknown color: approx Japanese Laurel. HEX triplet: 30, 76 and 32. RGB value is (48,118,50). Sum of RGB (Red+Green+Blue) = 48+118+50=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 118 (46.48% from 255 or 54.63% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 118 - color contains mainly: green. Hex color #307632 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307632 is #CF89CD. Grayscale: #595959. Windows color (decimal): -13601230 or 3307056. OLE color: 3307056.

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

Color convert

RGB4811850-
CMYK0.5900.580.54
HSL121.71º42.17%32.55%-
HSV(B)121.71º59.32%46.27%-
XYZ8.2713.825.25-
YUV89.32105.8198.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.22%
GREEN value IS 118 (46.48% from 255) = 54.63%
BLUE value IS 50 (19.92% from 255) = 23.15%
R=22.22%
G=54.63%
B=23.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48118500.5900.580.54121.7142.1732.55
Hex3076323B03A367a2a21
Octal601666273072661725241
Binary110000111011011001011101101110101101101111010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307632; }

 p { color: rgb(48,118,50); }

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

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

 a { background-color: rgb(48,118,50); }

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

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

 span { border-color: rgb(48,118,50); }

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