#266962

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

Shades of Eden #266962

Tints of Eden #266962

Color information

#266962 (or 0x266962) is unknown color: approx Eden. HEX triplet: 26, 69 and 62. RGB value is (38,105,98). Sum of RGB (Red+Green+Blue) = 38+105+98=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 105 - color contains mainly: green. Hex color #266962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266962 is #D9969D. Grayscale: #545454. Windows color (decimal): -14259870 or 6449446. OLE color: 6449446.

HSL color Cylindrical-coordinate representation of color #266962: hue angle of 173.73º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #266962 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB3810598-
CMYK0.6400.070.59
HSL173.73º46.85%28.04%-
HSV(B)173.73º63.81%41.18%-
XYZ8.0611.413.33-
YUV84.17135.895.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.77%
GREEN value IS 105 (41.41% from 255) = 43.57%
BLUE value IS 98 (38.67% from 255) = 40.66%
R=15.77%
G=43.57%
B=40.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38105980.6400.070.59173.7346.8528.04
Hex26696240073Bae2f1c
Octal4615114210007732565734
Binary10011011010011100010100000001111110111010111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266962; }

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

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

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

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

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

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

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

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