Html Css Color HEX #307765 Genoa

📋 copy color: '#307765'

red 48 ◦ green 119 ◦ blue 101

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

Shades of Genoa #307765

Tints of Genoa #307765

RGB

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

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

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

R = 17.91%
G = 44.4%
B = 37.69%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#307765 (or 0x307765) is known color: Genoa. HEX triplet: 30, 77 and 65. RGB value is (48,119,101). Sum of RGB (Red+Green+Blue) = 48+119+101=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #307765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307765 is #CF889A. Grayscale: #5F5F5F. Windows color (decimal): -13600923 or 6649648. OLE color: 6649648.

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

Color convert

RGB 48 119 101 -
CMYK 0.60 0 0.15 0.53
HSL 164.79º 0.43% 0.33% -
HSV(B) 164.79º 0.6% 0.47% -
XYZ 10.16 14.76 14.63 -
YUV 95.72 130.98 93.96 -
System Red Green Blue C M Y K H S L
Decimal 48 119 101 0.60 0 0.15 0.53 164.79 0.43 0.33
Hex 30 77 65 3C 0 F 35 A5 2B 21
Octal 60 167 145 74 0 17 65 245 53 41
Binary 110000 1110111 1100101 111100 0 1111 110101 10100101 101011 100001

Color Harmonies of #307765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307765

Black with #307765

Text Example


Text Example

White with #307765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307765; }

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

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

background-color css

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

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

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

border-color css

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

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

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