Html Css Color HEX #307761 Genoa

📋 copy color: '#307761'

red 48 ◦ green 119 ◦ blue 97

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

Shades of Genoa #307761

Tints of Genoa #307761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 36.74%

R = 18.18%
G = 45.08%
B = 36.74%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#307761 (or 0x307761) is known color: Genoa. HEX triplet: 30, 77 and 61. RGB value is (48,119,97). Sum of RGB (Red+Green+Blue) = 48+119+97=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 119 - color contains mainly: green. Hex color #307761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307761 is #CF889E. Grayscale: #5F5F5F. Windows color (decimal): -13600927 or 6387504. OLE color: 6387504.

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

Color convert

RGB 48 119 97 -
CMYK 0.60 0 0.18 0.53
HSL 161.41º 0.43% 0.33% -
HSV(B) 161.41º 0.6% 0.47% -
XYZ 9.97 14.69 13.62 -
YUV 95.26 128.98 94.29 -
System Red Green Blue C M Y K H S L
Decimal 48 119 97 0.60 0 0.18 0.53 161.41 0.43 0.33
Hex 30 77 61 3C 0 12 35 A1 2B 21
Octal 60 167 141 74 0 22 65 241 53 41
Binary 110000 1110111 1100001 111100 0 10010 110101 10100001 101011 100001

Color Harmonies of #307761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307761

Black with #307761

Text Example


Text Example

White with #307761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307761; }

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

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

background-color css

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

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

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

border-color css

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

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

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