#267467

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

Shades of Genoa #267467

Tints of Genoa #267467

Color information

#267467 (or 0x267467) is unknown color: approx Genoa. HEX triplet: 26, 74 and 67. RGB value is (38,116,103). Sum of RGB (Red+Green+Blue) = 38+116+103=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 103 (40.62% from 255 or 40.08% from 257); Max value from RGB is 116 - color contains mainly: green. Hex color #267467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267467 is #D98B98. Grayscale: #5B5B5B. Windows color (decimal): -14257049 or 6779942. OLE color: 6779942.

HSL color Cylindrical-coordinate representation of color #267467: hue angle of 170º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #267467 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB38116103-
CMYK0.6700.110.55
HSL170º50.65%30.2%-
HSV(B)170º67.24%45.49%-
XYZ9.4913.8815.01-
YUV91.2134.6690.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.79%
GREEN value IS 116 (45.70% from 255) = 45.14%
BLUE value IS 103 (40.62% from 255) = 40.08%
R=14.79%
G=45.14%
B=40.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal381161030.6700.110.5517050.6530.2
Hex267467430B37aa331e
Octal46164147103013672526336
Binary100110111010011001111000011010111101111010101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267467; }

 p { color: rgb(38,116,103); }

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

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

 a { background-color: rgb(38,116,103); }

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

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

 span { border-color: rgb(38,116,103); }

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