#307637

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

Shades of Japanese Laurel #307637

Tints of Japanese Laurel #307637

Color information

#307637 (or 0x307637) is unknown color: approx Japanese Laurel. HEX triplet: 30, 76 and 37. RGB value is (48,118,55). Sum of RGB (Red+Green+Blue) = 48+118+55=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 118 (46.48% from 255 or 53.39% from 221); Blue value is 55 (21.88% from 255 or 24.89% from 221); Max value from RGB is 118 - color contains mainly: green. Hex color #307637 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307637 is #CF89C8. Grayscale: #5A5A5A. Windows color (decimal): -13601225 or 3634736. OLE color: 3634736.

HSL color Cylindrical-coordinate representation of color #307637: hue angle of 126º 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 #307637 is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB4811855-
CMYK0.5900.530.54
HSL126º42.17%32.55%-
HSV(B)126º59.32%46.27%-
XYZ8.3913.865.85-
YUV89.89108.3198.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.72%
GREEN value IS 118 (46.48% from 255) = 53.39%
BLUE value IS 55 (21.88% from 255) = 24.89%
R=21.72%
G=53.39%
B=24.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48118550.5900.530.5412642.1732.55
Hex3076373B035367e2a21
Octal601666773065661765241
Binary110000111011011011111101101101011101101111110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307637; }

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

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

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

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

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

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

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

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