#338370

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

Shades of Genoa #338370

Tints of Genoa #338370

Color information

#338370 (or 0x338370) is unknown color: approx Genoa. HEX triplet: 33, 83 and 70. RGB value is (51,131,112). Sum of RGB (Red+Green+Blue) = 51+131+112=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 131 - color contains mainly: green. Hex color #338370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338370 is #CC7C8F. Grayscale: #686868. Windows color (decimal): -13401232 or 7373619. OLE color: 7373619.

HSL color Cylindrical-coordinate representation of color #338370: hue angle of 165.75º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338370 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB51131112-
CMYK0.6100.150.49
HSL165.75º43.96%35.69%-
HSV(B)165.75º61.07%51.37%-
XYZ12.4118.1118.17-
YUV104.9113289.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.35%
GREEN value IS 131 (51.56% from 255) = 44.56%
BLUE value IS 112 (44.14% from 255) = 38.10%
R=17.35%
G=44.56%
B=38.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511311120.6100.150.49165.7543.9635.69
Hex3383703D0F31a62c24
Octal6320316075017612465444
Binary1100111000001111100001111010111111000110100110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338370; }

 p { color: rgb(51,131,112); }

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

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

 a { background-color: rgb(51,131,112); }

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

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

 span { border-color: rgb(51,131,112); }

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