Html Css Color HEX #30776C Genoa

📋 copy color: '#30776C'

red 48 ◦ green 119 ◦ blue 108

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

Shades of Genoa #30776C

Tints of Genoa #30776C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.27%

R = 17.45%
G = 43.27%
B = 39.27%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#30776C (or 0x30776C) is known color: Genoa. HEX triplet: 30, 77 and 6C. RGB value is (48,119,108). Sum of RGB (Red+Green+Blue) = 48+119+108=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 119 - color contains mainly: green. Hex color #30776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30776C is #CF8893. Grayscale: #606060. Windows color (decimal): -13600916 or 7108400. OLE color: 7108400.

HSL color Cylindrical-coordinate representation of color #30776C: hue angle of 170.7º 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 #30776C is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 119 108 -
CMYK 0.60 0 0.09 0.53
HSL 170.7º 0.43% 0.33% -
HSV(B) 170.7º 0.6% 0.47% -
XYZ 10.52 14.9 16.51 -
YUV 96.52 134.48 93.39 -
System Red Green Blue C M Y K H S L
Decimal 48 119 108 0.60 0 0.09 0.53 170.7 0.43 0.33
Hex 30 77 6C 3C 0 9 35 AB 2B 21
Octal 60 167 154 74 0 11 65 253 53 41
Binary 110000 1110111 1101100 111100 0 1001 110101 10101011 101011 100001

Color Harmonies of #30776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30776C

Black with #30776C

Text Example


Text Example

White with #30776C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30776C; }

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

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

background-color css

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

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

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

border-color css

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

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

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