#267969

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

Shades of Genoa #267969

Tints of Genoa #267969

Color information

#267969 (or 0x267969) is unknown color: approx Genoa. HEX triplet: 26, 79 and 69. RGB value is (38,121,105). Sum of RGB (Red+Green+Blue) = 38+121+105=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 121 - color contains mainly: green. Hex color #267969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267969 is #D98696. Grayscale: #5E5E5E. Windows color (decimal): -14255767 or 6912294. OLE color: 6912294.

HSL color Cylindrical-coordinate representation of color #267969: hue angle of 168.43º 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 #267969 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB38121105-
CMYK0.6900.130.53
HSL168.43º52.2%31.18%-
HSV(B)168.43º68.6%47.45%-
XYZ10.1915.1115.74-
YUV94.3613487.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.39%
GREEN value IS 121 (47.66% from 255) = 45.83%
BLUE value IS 105 (41.41% from 255) = 39.77%
R=14.39%
G=45.83%
B=39.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal381211050.6900.130.53168.4352.231.18
Hex267969450D35a8341f
Octal46171151105015652506437
Binary100110111100111010011000101011011101011010100011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267969; }

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

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

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

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

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

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

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

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