Html Css Color HEX #307771 Genoa

📋 copy color: '#307771'

red 48 ◦ green 119 ◦ blue 113

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

Shades of Genoa #307771

Tints of Genoa #307771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.36%

R = 17.14%
G = 42.5%
B = 40.36%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#307771 (or 0x307771) is known color: Genoa. HEX triplet: 30, 77 and 71. RGB value is (48,119,113). Sum of RGB (Red+Green+Blue) = 48+119+113=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 119 - color contains mainly: green. Hex color #307771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307771 is #CF888E. Grayscale: #616161. Windows color (decimal): -13600911 or 7436080. OLE color: 7436080.

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

Color convert

RGB 48 119 113 -
CMYK 0.60 0 0.05 0.53
HSL 174.93º 0.43% 0.33% -
HSV(B) 174.93º 0.6% 0.47% -
XYZ 10.8 15.01 17.95 -
YUV 97.09 136.98 92.99 -
System Red Green Blue C M Y K H S L
Decimal 48 119 113 0.60 0 0.05 0.53 174.93 0.43 0.33
Hex 30 77 71 3C 0 5 35 AF 2B 21
Octal 60 167 161 74 0 5 65 257 53 41
Binary 110000 1110111 1110001 111100 0 101 110101 10101111 101011 100001

Color Harmonies of #307771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307771

Black with #307771

Text Example


Text Example

White with #307771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307771; }

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

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

background-color css

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

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

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

border-color css

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

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

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