#30716A

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

Shades of Genoa #30716A

Tints of Genoa #30716A

Color information

#30716A (or 0x30716A) is unknown color: approx Genoa. HEX triplet: 30, 71 and 6A. RGB value is (48,113,106). Sum of RGB (Red+Green+Blue) = 48+113+106=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 113 - color contains mainly: green. Hex color #30716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30716A is #CF8E95. Grayscale: #5C5C5C. Windows color (decimal): -13602454 or 6975792. OLE color: 6975792.

HSL color Cylindrical-coordinate representation of color #30716A: hue angle of 173.54º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30716A is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB48113106-
CMYK0.5800.060.56
HSL173.54º40.37%31.57%-
HSV(B)173.54º57.52%44.31%-
XYZ9.7313.4815.72-
YUV92.77135.4796.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.98%
GREEN value IS 113 (44.53% from 255) = 42.32%
BLUE value IS 106 (41.80% from 255) = 39.70%
R=17.98%
G=42.32%
B=39.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal481131060.5800.060.56173.5440.3731.57
Hex30716A3A0638ae2820
Octal601611527206702565040
Binary11000011100011101010111010011011100010101110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30716A; }

 p { color: rgb(48,113,106); }

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

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

 a { background-color: rgb(48,113,106); }

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

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

 span { border-color: rgb(48,113,106); }

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