#308637

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

Shades of Japanese Laurel #308637

Tints of Japanese Laurel #308637

Color information

#308637 (or 0x308637) is unknown color: approx Japanese Laurel. HEX triplet: 30, 86 and 37. RGB value is (48,134,55). Sum of RGB (Red+Green+Blue) = 48+134+55=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 134 (52.73% from 255 or 56.54% from 237); Blue value is 55 (21.88% from 255 or 23.21% from 237); Max value from RGB is 134 - color contains mainly: green. Hex color #308637 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308637 is #CF79C8. Grayscale: #636363. Windows color (decimal): -13597129 or 3638832. OLE color: 3638832.

HSL color Cylindrical-coordinate representation of color #308637: hue angle of 124.88º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308637 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB4813455-
CMYK0.6400.590.47
HSL124.88º47.25%35.69%-
HSV(B)124.88º64.18%52.55%-
XYZ10.4317.956.53-
YUV99.28103.0191.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.25%
GREEN value IS 134 (52.73% from 255) = 56.54%
BLUE value IS 55 (21.88% from 255) = 23.21%
R=20.25%
G=56.54%
B=23.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48134550.6400.590.47124.8847.2535.69
Hex3086374003B2F7d2f24
Octal6020667100073571755744
Binary11000010000110110111100000001110111011111111101101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308637; }

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

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

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

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

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

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

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

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