#267261

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

Shades of Genoa #267261

Tints of Genoa #267261

Color information

#267261 (or 0x267261) is unknown color: approx Genoa. HEX triplet: 26, 72 and 61. RGB value is (38,114,97). Sum of RGB (Red+Green+Blue) = 38+114+97=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 114 - color contains mainly: green. Hex color #267261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267261 is #D98D9E. Grayscale: #595959. Windows color (decimal): -14257567 or 6386214. OLE color: 6386214.

HSL color Cylindrical-coordinate representation of color #267261: hue angle of 166.58º degrees, saturation: 0.5, 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 #267261 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB3811497-
CMYK0.6700.150.55
HSL166.58º50%29.8%-
HSV(B)166.58º66.67%44.71%-
XYZ8.9713.3113.41-
YUV89.34132.3291.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.26%
GREEN value IS 114 (44.92% from 255) = 45.78%
BLUE value IS 97 (38.28% from 255) = 38.96%
R=15.26%
G=45.78%
B=38.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38114970.6700.150.55166.585029.8
Hex267261430F37a7321e
Octal46162141103017672476236
Binary100110111001011000011000011011111101111010011111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267261; }

 p { color: rgb(38,114,97); }

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

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

 a { background-color: rgb(38,114,97); }

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

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

 span { border-color: rgb(38,114,97); }

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