#267967

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

Shades of Genoa #267967

Tints of Genoa #267967

Color information

#267967 (or 0x267967) is unknown color: approx Genoa. HEX triplet: 26, 79 and 67. RGB value is (38,121,103). Sum of RGB (Red+Green+Blue) = 38+121+103=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 121 (47.66% from 255 or 46.18% from 262); Blue value is 103 (40.62% from 255 or 39.31% from 262); Max value from RGB is 121 - color contains mainly: green. Hex color #267967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267967 is #D98698. Grayscale: #5E5E5E. Windows color (decimal): -14255769 or 6781222. OLE color: 6781222.

HSL color Cylindrical-coordinate representation of color #267967: hue angle of 166.99º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267967 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB38121103-
CMYK0.6900.150.53
HSL166.99º52.2%31.18%-
HSV(B)166.99º68.6%47.45%-
XYZ10.0815.0715.21-
YUV94.1313387.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.50%
GREEN value IS 121 (47.66% from 255) = 46.18%
BLUE value IS 103 (40.62% from 255) = 39.31%
R=14.50%
G=46.18%
B=39.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal381211030.6900.150.53166.9952.231.18
Hex267967450F35a7341f
Octal46171147105017652476437
Binary100110111100111001111000101011111101011010011111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267967; }

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

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

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

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

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

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

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

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