Html Css Color HEX #307C63 Genoa

📋 copy color: '#307C63'

red 48 ◦ green 124 ◦ blue 99

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

Shades of Genoa #307C63

Tints of Genoa #307C63

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.76%

 BLUE value IS 99 (39.06% from 255) = 36.53%

R = 17.71%
G = 45.76%
B = 36.53%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.20

 K value IS 0.51

RGB Variations

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

Color information

#307C63 (or 0x307C63) is known color: Genoa. HEX triplet: 30, 7C and 63. RGB value is (48,124,99). Sum of RGB (Red+Green+Blue) = 48+124+99=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 124 - color contains mainly: green. Hex color #307C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307C63 is #CF839C. Grayscale: #626262. Windows color (decimal): -13599645 or 6519856. OLE color: 6519856.

HSL color Cylindrical-coordinate representation of color #307C63: hue angle of 160.26º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307C63 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 124 99 -
CMYK 0.61 0 0.20 0.51
HSL 160.26º 0.44% 0.34% -
HSV(B) 160.26º 0.61% 0.49% -
XYZ 10.68 15.94 14.32 -
YUV 98.43 128.32 92.03 -
System Red Green Blue C M Y K H S L
Decimal 48 124 99 0.61 0 0.20 0.51 160.26 0.44 0.34
Hex 30 7C 63 3D 0 14 33 A0 2C 22
Octal 60 174 143 75 0 24 63 240 54 42
Binary 110000 1111100 1100011 111101 0 10100 110011 10100000 101100 100010

Color Harmonies of #307C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307C63

Black with #307C63

Text Example


Text Example

White with #307C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307C63; }

 p { color: rgb(48,124,99); }

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

background-color css

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

 a { background-color: rgb(48,124,99); }

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

border-color css

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

 span { border-color: rgb(48,124,99); }

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