#26665A

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

Shades of Eden #26665A

Tints of Eden #26665A

Color information

#26665A (or 0x26665A) is unknown color: approx Eden. HEX triplet: 26, 66 and 5A. RGB value is (38,102,90). Sum of RGB (Red+Green+Blue) = 38+102+90=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 102 - color contains mainly: green. Hex color #26665A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26665A is #D999A5. Grayscale: #515151. Windows color (decimal): -14260646 or 5924390. OLE color: 5924390.

HSL color Cylindrical-coordinate representation of color #26665A: hue angle of 168.75º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #26665A is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB3810290-
CMYK0.6300.120.6
HSL168.75º45.71%27.45%-
HSV(B)168.75º62.75%40%-
XYZ7.410.6511.34-
YUV81.5132.896.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.52%
GREEN value IS 102 (40.23% from 255) = 44.35%
BLUE value IS 90 (35.55% from 255) = 39.13%
R=16.52%
G=44.35%
B=39.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal38102900.6300.120.6168.7545.7127.45
Hex26665A3F0C3Ca92e1b
Octal4614613277014742515633
Binary10011011001101011010111111011001111001010100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26665A; }

 p { color: rgb(38,102,90); }

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

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

 a { background-color: rgb(38,102,90); }

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

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

 span { border-color: rgb(38,102,90); }

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