#368678

Color #368678 Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #368678

Tints of Genoa #368678

Color information

#368678 (or 0x368678) is unknown color: approx Genoa. HEX triplet: 36, 86 and 78. RGB value is (54,134,120). Sum of RGB (Red+Green+Blue) = 54+134+120=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 134 - color contains mainly: green. Hex color #368678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368678 is #C97987. Grayscale: #6C6C6C. Windows color (decimal): -13203848 or 7898678. OLE color: 7898678.

HSL color Cylindrical-coordinate representation of color #368678: hue angle of 169.5º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368678 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB54134120-
CMYK0.6000.100.47
HSL169.5º42.55%36.86%-
HSV(B)169.5º59.7%52.55%-
XYZ13.4419.1920.77-
YUV108.48134.589.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.53%
GREEN value IS 134 (52.73% from 255) = 43.51%
BLUE value IS 120 (47.27% from 255) = 38.96%
R=17.53%
G=43.51%
B=38.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541341200.6000.100.47169.542.5536.86
Hex3686783C0A2Faa2b25
Octal6620617074012572525345
Binary1101101000011011110001111000101010111110101010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368678; }

 p { color: rgb(54,134,120); }

 H1.HeaderClassName
 {
   color: #368678;
 }
 .AnyTagClassName
 {
   color: #368678;
 }
</style>
background-color css

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

 a { background-color: rgb(54,134,120); }

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

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

 span { border-color: rgb(54,134,120); }

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