#266F64

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

Shades of Genoa #266F64

Tints of Genoa #266F64

Color information

#266F64 (or 0x266F64) is unknown color: approx Genoa. HEX triplet: 26, 6F and 64. RGB value is (38,111,100). Sum of RGB (Red+Green+Blue) = 38+111+100=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 111 (43.75% from 255 or 44.58% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 111 - color contains mainly: green. Hex color #266F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266F64 is #D9909B. Grayscale: #575757. Windows color (decimal): -14258332 or 6582054. OLE color: 6582054.

HSL color Cylindrical-coordinate representation of color #266F64: hue angle of 170.96º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #266F64 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB38111100-
CMYK0.6600.100.56
HSL170.96º48.99%29.22%-
HSV(B)170.96º65.77%43.53%-
XYZ8.7812.714.05-
YUV87.92134.8292.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.26%
GREEN value IS 111 (43.75% from 255) = 44.58%
BLUE value IS 100 (39.45% from 255) = 40.16%
R=15.26%
G=44.58%
B=40.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal381111000.6600.100.56170.9648.9929.22
Hex266F64420A38ab311d
Octal46157144102012702536135
Binary100110110111111001001000010010101110001010101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266F64; }

 p { color: rgb(38,111,100); }

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

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

 a { background-color: rgb(38,111,100); }

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

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

 span { border-color: rgb(38,111,100); }

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