#368575

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

Shades of Genoa #368575

Tints of Genoa #368575

Color information

#368575 (or 0x368575) is unknown color: approx Genoa. HEX triplet: 36, 85 and 75. RGB value is (54,133,117). Sum of RGB (Red+Green+Blue) = 54+133+117=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #368575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368575 is #C97A8A. Grayscale: #6B6B6B. Windows color (decimal): -13204107 or 7701814. OLE color: 7701814.

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

Color convert

RGB54133117-
CMYK0.5900.120.48
HSL167.85º42.25%36.67%-
HSV(B)167.85º59.4%52.16%-
XYZ13.1218.8419.78-
YUV107.56133.3389.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.76%
GREEN value IS 133 (52.34% from 255) = 43.75%
BLUE value IS 117 (46.09% from 255) = 38.49%
R=17.76%
G=43.75%
B=38.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal541331170.5900.120.48167.8542.2536.67
Hex3685753B0C30a82a25
Octal6620516573014602505245
Binary1101101000010111101011110110110011000010101000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368575; }

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

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

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

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

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

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

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

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