Html Css Color HEX #368376 Genoa

📋 copy color: '#368376'

red 54 ◦ green 131 ◦ blue 118

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

Shades of Genoa #368376

Tints of Genoa #368376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.23%

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

R = 17.82%
G = 43.23%
B = 38.94%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#368376 (or 0x368376) is known color: Genoa. HEX triplet: 36, 83 and 76. RGB value is (54,131,118). Sum of RGB (Red+Green+Blue) = 54+131+118=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 131 - color contains mainly: green. Hex color #368376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368376 is #C97C89. Grayscale: #6A6A6A. Windows color (decimal): -13204618 or 7766838. OLE color: 7766838.

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

Color convert

RGB 54 131 118 -
CMYK 0.59 0 0.10 0.49
HSL 169.87º 0.42% 0.36% -
HSV(B) 169.87º 0.59% 0.51% -
XYZ 12.91 18.32 20 -
YUV 106.5 134.49 90.56 -
System Red Green Blue C M Y K H S L
Decimal 54 131 118 0.59 0 0.10 0.49 169.87 0.42 0.36
Hex 36 83 76 3B 0 A 31 AA 2A 24
Octal 66 203 166 73 0 12 61 252 52 44
Binary 110110 10000011 1110110 111011 0 1010 110001 10101010 101010 100100

Color Harmonies of #368376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368376

Black with #368376

Text Example


Text Example

White with #368376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368376; }

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

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

background-color css

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

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

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

border-color css

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

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

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