Html Css Color HEX #368476 Genoa

📋 copy color: '#368476'

red 54 ◦ green 132 ◦ blue 118

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

Shades of Genoa #368476

Tints of Genoa #368476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.42%

 BLUE value IS 118 (46.48% from 255) = 38.82%

R = 17.76%
G = 43.42%
B = 38.82%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#368476 (or 0x368476) is known color: Genoa. HEX triplet: 36, 84 and 76. RGB value is (54,132,118). Sum of RGB (Red+Green+Blue) = 54+132+118=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 132 - color contains mainly: green. Hex color #368476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368476 is #C97B89. Grayscale: #6B6B6B. Windows color (decimal): -13204362 or 7767094. OLE color: 7767094.

HSL color Cylindrical-coordinate representation of color #368476: hue angle of 169.23º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368476 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 132 118 -
CMYK 0.59 0 0.11 0.48
HSL 169.23º 0.42% 0.36% -
HSV(B) 169.23º 0.59% 0.52% -
XYZ 13.04 18.59 20.04 -
YUV 107.08 134.16 90.14 -
System Red Green Blue C M Y K H S L
Decimal 54 132 118 0.59 0 0.11 0.48 169.23 0.42 0.36
Hex 36 84 76 3B 0 B 30 A9 2A 24
Octal 66 204 166 73 0 13 60 251 52 44
Binary 110110 10000100 1110110 111011 0 1011 110000 10101001 101010 100100

Color Harmonies of #368476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368476

Black with #368476

Text Example


Text Example

White with #368476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368476; }

 p { color: rgb(54,132,118); }

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

background-color css

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

 a { background-color: rgb(54,132,118); }

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

border-color css

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

 span { border-color: rgb(54,132,118); }

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