#308576

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

Shades of Genoa #308576

Tints of Genoa #308576

Color information

#308576 (or 0x308576) is unknown color: approx Genoa. HEX triplet: 30, 85 and 76. RGB value is (48,133,118). Sum of RGB (Red+Green+Blue) = 48+133+118=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 133 - color contains mainly: green. Hex color #308576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308576 is #CF7A89. Grayscale: #696969. Windows color (decimal): -13597322 or 7767344. OLE color: 7767344.

HSL color Cylindrical-coordinate representation of color #308576: hue angle of 169.41º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308576 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB48133118-
CMYK0.6400.110.48
HSL169.41º46.96%35.49%-
HSV(B)169.41º63.91%52.16%-
XYZ12.8818.7120.07-
YUV105.88134.8486.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.05%
GREEN value IS 133 (52.34% from 255) = 44.48%
BLUE value IS 118 (46.48% from 255) = 39.46%
R=16.05%
G=44.48%
B=39.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal481331180.6400.110.48169.4146.9635.49
Hex308576400B30a92f23
Octal60205166100013602515743
Binary11000010000101111011010000000101111000010101001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308576; }

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

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

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

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

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

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

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

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