#368777

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

Shades of Genoa #368777

Tints of Genoa #368777

Color information

#368777 (or 0x368777) is unknown color: approx Genoa. HEX triplet: 36, 87 and 77. RGB value is (54,135,119). Sum of RGB (Red+Green+Blue) = 54+135+119=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 135 - color contains mainly: green. Hex color #368777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368777 is #C97888. Grayscale: #6C6C6C. Windows color (decimal): -13203593 or 7833398. OLE color: 7833398.

HSL color Cylindrical-coordinate representation of color #368777: hue angle of 168.15º 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 #368777 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB54135119-
CMYK0.6000.120.47
HSL168.15º42.86%37.06%-
HSV(B)168.15º60%52.94%-
XYZ13.5219.4420.49-
YUV108.96133.6688.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.53%
GREEN value IS 135 (53.12% from 255) = 43.83%
BLUE value IS 119 (46.88% from 255) = 38.64%
R=17.53%
G=43.83%
B=38.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541351190.6000.120.47168.1542.8637.06
Hex3687773C0C2Fa82b25
Octal6620716774014572505345
Binary1101101000011111101111111000110010111110101000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368777; }

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

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

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

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

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

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

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

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