#307468

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

Shades of Genoa #307468

Tints of Genoa #307468

Color information

#307468 (or 0x307468) is unknown color: approx Genoa. HEX triplet: 30, 74 and 68. RGB value is (48,116,104). Sum of RGB (Red+Green+Blue) = 48+116+104=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 116 - color contains mainly: green. Hex color #307468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307468 is #CF8B97. Grayscale: #5E5E5E. Windows color (decimal): -13601688 or 6845488. OLE color: 6845488.

HSL color Cylindrical-coordinate representation of color #307468: hue angle of 169.41º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307468 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB48116104-
CMYK0.5900.100.55
HSL169.41º41.46%32.16%-
HSV(B)169.41º58.62%45.49%-
XYZ9.9614.1215.3-
YUV94.3133.4794.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.91%
GREEN value IS 116 (45.70% from 255) = 43.28%
BLUE value IS 104 (41.02% from 255) = 38.81%
R=17.91%
G=43.28%
B=38.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal481161040.5900.100.55169.4141.4632.16
Hex3074683B0A37a92920
Octal6016415073012672515140
Binary110000111010011010001110110101011011110101001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307468; }

 p { color: rgb(48,116,104); }

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

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

 a { background-color: rgb(48,116,104); }

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

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

 span { border-color: rgb(48,116,104); }

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