Html Css Color HEX #368576 Genoa

📋 copy color: '#368576'

red 54 ◦ green 133 ◦ blue 118

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

Shades of Genoa #368576

Tints of Genoa #368576

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.61%

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

R = 17.7%
G = 43.61%
B = 38.69%

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

#368576 (or 0x368576) is known color: Genoa. HEX triplet: 36, 85 and 76. RGB value is (54,133,118). Sum of RGB (Red+Green+Blue) = 54+133+118=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #368576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368576 is #C97A89. Grayscale: #6B6B6B. Windows color (decimal): -13204106 or 7767350. OLE color: 7767350.

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

Color convert

RGB 54 133 118 -
CMYK 0.59 0 0.11 0.48
HSL 168.61º 0.42% 0.37% -
HSV(B) 168.61º 0.59% 0.52% -
XYZ 13.18 18.87 20.09 -
YUV 107.67 133.83 89.72 -
System Red Green Blue C M Y K H S L
Decimal 54 133 118 0.59 0 0.11 0.48 168.61 0.42 0.37
Hex 36 85 76 3B 0 B 30 A9 2A 25
Octal 66 205 166 73 0 13 60 251 52 45
Binary 110110 10000101 1110110 111011 0 1011 110000 10101001 101010 100101

Color Harmonies of #368576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368576

Black with #368576

Text Example


Text Example

White with #368576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368576; }

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

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

background-color css

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

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

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

border-color css

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

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

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