Html Css Color HEX #368077 Genoa

📋 copy color: '#368077'

red 54 ◦ green 128 ◦ blue 119

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

Shades of Genoa #368077

Tints of Genoa #368077

RGB

 RED value IS 54 (21.48% from 255) = 17.94%

 GREEN value IS 128 (50.39% from 255) = 42.52%

 BLUE value IS 119 (46.88% from 255) = 39.53%

R = 17.94%
G = 42.52%
B = 39.53%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#368077 (or 0x368077) is known color: Genoa. HEX triplet: 36, 80 and 77. RGB value is (54,128,119). Sum of RGB (Red+Green+Blue) = 54+128+119=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 128 - color contains mainly: green. Hex color #368077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368077 is #C97F88. Grayscale: #686868. Windows color (decimal): -13205385 or 7831606. OLE color: 7831606.

HSL color Cylindrical-coordinate representation of color #368077: hue angle of 172.7º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #368077 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 128 119 -
CMYK 0.58 0 0.07 0.50
HSL 172.7º 0.41% 0.36% -
HSV(B) 172.7º 0.58% 0.5% -
XYZ 12.57 17.55 20.18 -
YUV 104.85 135.98 91.73 -
System Red Green Blue C M Y K H S L
Decimal 54 128 119 0.58 0 0.07 0.50 172.7 0.41 0.36
Hex 36 80 77 3A 0 7 32 AD 29 24
Octal 66 200 167 72 0 7 62 255 51 44
Binary 110110 10000000 1110111 111010 0 111 110010 10101101 101001 100100

Color Harmonies of #368077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368077

Black with #368077

Text Example


Text Example

White with #368077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368077; }

 p { color: rgb(54,128,119); }

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

background-color css

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

 a { background-color: rgb(54,128,119); }

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

border-color css

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

 span { border-color: rgb(54,128,119); }

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