#266755

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

Shades of Eden #266755

Tints of Eden #266755

Color information

#266755 (or 0x266755) is unknown color: approx Eden. HEX triplet: 26, 67 and 55. RGB value is (38,103,85). Sum of RGB (Red+Green+Blue) = 38+103+85=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 103 - color contains mainly: green. Hex color #266755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266755 is #D998AA. Grayscale: #515151. Windows color (decimal): -14260395 or 5596966. OLE color: 5596966.

HSL color Cylindrical-coordinate representation of color #266755: hue angle of 163.38º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #266755 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB3810385-
CMYK0.6300.170.60
HSL163.38º46.1%27.65%-
HSV(B)163.38º63.11%40.39%-
XYZ7.2910.7710.29-
YUV81.51129.9796.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.81%
GREEN value IS 103 (40.62% from 255) = 45.58%
BLUE value IS 85 (33.59% from 255) = 37.61%
R=16.81%
G=45.58%
B=37.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal38103850.6300.170.60163.3846.127.65
Hex2667553F0113Ca32e1c
Octal4614712577021742435634
Binary100110110011110101011111110100011111001010001110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266755; }

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

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

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

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

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

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

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

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