Html Css Color HEX #307665 Genoa

📋 copy color: '#307665'

red 48 ◦ green 118 ◦ blue 101

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

Shades of Genoa #307665

Tints of Genoa #307665

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.19%

 BLUE value IS 101 (39.84% from 255) = 37.83%

R = 17.98%
G = 44.19%
B = 37.83%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#307665 (or 0x307665) is known color: Genoa. HEX triplet: 30, 76 and 65. RGB value is (48,118,101). Sum of RGB (Red+Green+Blue) = 48+118+101=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 118 - color contains mainly: green. Hex color #307665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307665 is #CF899A. Grayscale: #5F5F5F. Windows color (decimal): -13601179 or 6649392. OLE color: 6649392.

HSL color Cylindrical-coordinate representation of color #307665: hue angle of 165.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307665 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 118 101 -
CMYK 0.59 0 0.14 0.54
HSL 165.43º 0.42% 0.33% -
HSV(B) 165.43º 0.59% 0.46% -
XYZ 10.05 14.52 14.59 -
YUV 95.13 131.31 94.38 -
System Red Green Blue C M Y K H S L
Decimal 48 118 101 0.59 0 0.14 0.54 165.43 0.42 0.33
Hex 30 76 65 3B 0 E 36 A5 2A 21
Octal 60 166 145 73 0 16 66 245 52 41
Binary 110000 1110110 1100101 111011 0 1110 110110 10100101 101010 100001

Color Harmonies of #307665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307665

Black with #307665

Text Example


Text Example

White with #307665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307665; }

 p { color: rgb(48,118,101); }

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

background-color css

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

 a { background-color: rgb(48,118,101); }

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

border-color css

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

 span { border-color: rgb(48,118,101); }

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