Html Css Color HEX #307565 Genoa

📋 copy color: '#307565'

red 48 ◦ green 117 ◦ blue 101

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

Shades of Genoa #307565

Tints of Genoa #307565

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.98%

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

R = 18.05%
G = 43.98%
B = 37.97%

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

#307565 (or 0x307565) is known color: Genoa. HEX triplet: 30, 75 and 65. RGB value is (48,117,101). Sum of RGB (Red+Green+Blue) = 48+117+101=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #307565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307565 is #CF8A9A. Grayscale: #5E5E5E. Windows color (decimal): -13601435 or 6649136. OLE color: 6649136.

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

Color convert

RGB 48 117 101 -
CMYK 0.59 0 0.14 0.54
HSL 166.09º 0.42% 0.32% -
HSV(B) 166.09º 0.59% 0.46% -
XYZ 9.93 14.29 14.55 -
YUV 94.55 131.64 94.8 -
System Red Green Blue C M Y K H S L
Decimal 48 117 101 0.59 0 0.14 0.54 166.09 0.42 0.32
Hex 30 75 65 3B 0 E 36 A6 2A 20
Octal 60 165 145 73 0 16 66 246 52 40
Binary 110000 1110101 1100101 111011 0 1110 110110 10100110 101010 100000

Color Harmonies of #307565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307565

Black with #307565

Text Example


Text Example

White with #307565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307565; }

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

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

background-color css

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

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

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

border-color css

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

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

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