#307064

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

Shades of Genoa #307064

Tints of Genoa #307064

Color information

#307064 (or 0x307064) is unknown color: approx Genoa. HEX triplet: 30, 70 and 64. RGB value is (48,112,100). Sum of RGB (Red+Green+Blue) = 48+112+100=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 100 (39.45% from 255 or 38.46% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #307064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307064 is #CF8F9B. Grayscale: #5B5B5B. Windows color (decimal): -13602716 or 6582320. OLE color: 6582320.

HSL color Cylindrical-coordinate representation of color #307064: hue angle of 168.75º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #307064 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB48112100-
CMYK0.5700.110.56
HSL168.75º40%31.37%-
HSV(B)168.75º57.14%43.92%-
XYZ9.3113.1414.1-
YUV91.5132.896.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.46%
GREEN value IS 112 (44.14% from 255) = 43.08%
BLUE value IS 100 (39.45% from 255) = 38.46%
R=18.46%
G=43.08%
B=38.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal481121000.5700.110.56168.754031.37
Hex307064390B38a9281f
Octal6016014471013702515037
Binary11000011100001100100111001010111110001010100110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307064; }

 p { color: rgb(48,112,100); }

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

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

 a { background-color: rgb(48,112,100); }

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

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

 span { border-color: rgb(48,112,100); }

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