Html Css Color HEX #307660 Genoa

📋 copy color: '#307660'

red 48 ◦ green 118 ◦ blue 96

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

Shades of Genoa #307660

Tints of Genoa #307660

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.04%

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

R = 18.32%
G = 45.04%
B = 36.64%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#307660 (or 0x307660) is known color: Genoa. HEX triplet: 30, 76 and 60. RGB value is (48,118,96). Sum of RGB (Red+Green+Blue) = 48+118+96=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 118 - color contains mainly: green. Hex color #307660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307660 is #CF899F. Grayscale: #5E5E5E. Windows color (decimal): -13601184 or 6321712. OLE color: 6321712.

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

Color convert

RGB 48 118 96 -
CMYK 0.59 0 0.19 0.54
HSL 161.14º 0.42% 0.33% -
HSV(B) 161.14º 0.59% 0.46% -
XYZ 9.81 14.43 13.33 -
YUV 94.56 128.81 94.79 -
System Red Green Blue C M Y K H S L
Decimal 48 118 96 0.59 0 0.19 0.54 161.14 0.42 0.33
Hex 30 76 60 3B 0 13 36 A1 2A 21
Octal 60 166 140 73 0 23 66 241 52 41
Binary 110000 1110110 1100000 111011 0 10011 110110 10100001 101010 100001

Color Harmonies of #307660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307660

Black with #307660

Text Example


Text Example

White with #307660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307660; }

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

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

background-color css

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

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

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

border-color css

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

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

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