Html Css Color HEX #307560 Genoa

📋 copy color: '#307560'

red 48 ◦ green 117 ◦ blue 96

#307560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Genoa #307560

Tints of Genoa #307560

RGB

 RED value IS 48 (19.14% from 255) = 18.39%

 GREEN value IS 117 (46.09% from 255) = 44.83%

 BLUE value IS 96 (37.89% from 255) = 36.78%

R = 18.39%
G = 44.83%
B = 36.78%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#307560 (or 0x307560) is known color: Genoa. HEX triplet: 30, 75 and 60. RGB value is (48,117,96). Sum of RGB (Red+Green+Blue) = 48+117+96=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 117 - color contains mainly: green. Hex color #307560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307560 is #CF8A9F. Grayscale: #5D5D5D. Windows color (decimal): -13601440 or 6321456. OLE color: 6321456.

HSL color Cylindrical-coordinate representation of color #307560: hue angle of 161.74º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307560 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 117 96 -
CMYK 0.59 0 0.18 0.54
HSL 161.74º 0.42% 0.32% -
HSV(B) 161.74º 0.59% 0.46% -
XYZ 9.69 14.2 13.3 -
YUV 93.98 129.14 95.21 -
System Red Green Blue C M Y K H S L
Decimal 48 117 96 0.59 0 0.18 0.54 161.74 0.42 0.32
Hex 30 75 60 3B 0 12 36 A2 2A 20
Octal 60 165 140 73 0 22 66 242 52 40
Binary 110000 1110101 1100000 111011 0 10010 110110 10100010 101010 100000

Color Harmonies of #307560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307560

Black with #307560

Text Example


Text Example

White with #307560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307560; }

 p { color: rgb(48,117,96); }

 H1.HeaderClassName
 {
   color: #307560;
 }
 .AnyTagClassName
 {
   color: #307560;
 }
</style>

background-color css

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

 a { background-color: rgb(48,117,96); }

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

border-color css

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

 span { border-color: rgb(48,117,96); }

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