Html Css Color HEX #307766 Genoa

📋 copy color: '#307766'

red 48 ◦ green 119 ◦ blue 102

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

Shades of Genoa #307766

Tints of Genoa #307766

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.24%

 BLUE value IS 102 (40.23% from 255) = 37.92%

R = 17.84%
G = 44.24%
B = 37.92%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#307766 (or 0x307766) is known color: Genoa. HEX triplet: 30, 77 and 66. RGB value is (48,119,102). Sum of RGB (Red+Green+Blue) = 48+119+102=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 119 - color contains mainly: green. Hex color #307766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307766 is #CF8899. Grayscale: #5F5F5F. Windows color (decimal): -13600922 or 6715184. OLE color: 6715184.

HSL color Cylindrical-coordinate representation of color #307766: hue angle of 165.63º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307766 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 119 102 -
CMYK 0.60 0 0.14 0.53
HSL 165.63º 0.43% 0.33% -
HSV(B) 165.63º 0.6% 0.47% -
XYZ 10.21 14.78 14.89 -
YUV 95.83 131.48 93.88 -
System Red Green Blue C M Y K H S L
Decimal 48 119 102 0.60 0 0.14 0.53 165.63 0.43 0.33
Hex 30 77 66 3C 0 E 35 A6 2B 21
Octal 60 167 146 74 0 16 65 246 53 41
Binary 110000 1110111 1100110 111100 0 1110 110101 10100110 101011 100001

Color Harmonies of #307766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307766

Black with #307766

Text Example


Text Example

White with #307766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307766; }

 p { color: rgb(48,119,102); }

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

background-color css

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

 a { background-color: rgb(48,119,102); }

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

border-color css

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

 span { border-color: rgb(48,119,102); }

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