#368375

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

Shades of Genoa #368375

Tints of Genoa #368375

Color information

#368375 (or 0x368375) is unknown color: approx Genoa. HEX triplet: 36, 83 and 75. RGB value is (54,131,117). Sum of RGB (Red+Green+Blue) = 54+131+117=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 131 - color contains mainly: green. Hex color #368375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368375 is #C97C8A. Grayscale: #6A6A6A. Windows color (decimal): -13204619 or 7701302. OLE color: 7701302.

HSL color Cylindrical-coordinate representation of color #368375: hue angle of 169.09º 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 #368375 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB54131117-
CMYK0.5900.110.49
HSL169.09º41.62%36.27%-
HSV(B)169.09º58.78%51.37%-
XYZ12.8518.319.68-
YUV106.38133.9990.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.88%
GREEN value IS 131 (51.56% from 255) = 43.38%
BLUE value IS 117 (46.09% from 255) = 38.74%
R=17.88%
G=43.38%
B=38.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541311170.5900.110.49169.0941.6236.27
Hex3683753B0B31a92a24
Octal6620316573013612515244
Binary1101101000001111101011110110101111000110101001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368375; }

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

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

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

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

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

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

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

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