Html Css Color HEX #307763 Genoa

📋 copy color: '#307763'

red 48 ◦ green 119 ◦ blue 99

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

Shades of Genoa #307763

Tints of Genoa #307763

RGB

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

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

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

R = 18.05%
G = 44.74%
B = 37.22%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#307763 (or 0x307763) is known color: Genoa. HEX triplet: 30, 77 and 63. RGB value is (48,119,99). Sum of RGB (Red+Green+Blue) = 48+119+99=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 119 - color contains mainly: green. Hex color #307763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307763 is #CF889C. Grayscale: #5F5F5F. Windows color (decimal): -13600925 or 6518576. OLE color: 6518576.

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

Color convert

RGB 48 119 99 -
CMYK 0.60 0 0.17 0.53
HSL 163.1º 0.43% 0.33% -
HSV(B) 163.1º 0.6% 0.47% -
XYZ 10.07 14.72 14.12 -
YUV 95.49 129.98 94.13 -
System Red Green Blue C M Y K H S L
Decimal 48 119 99 0.60 0 0.17 0.53 163.1 0.43 0.33
Hex 30 77 63 3C 0 11 35 A3 2B 21
Octal 60 167 143 74 0 21 65 243 53 41
Binary 110000 1110111 1100011 111100 0 10001 110101 10100011 101011 100001

Color Harmonies of #307763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307763

Black with #307763

Text Example


Text Example

White with #307763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307763; }

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

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

background-color css

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

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

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

border-color css

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

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

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