#26675A

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

Shades of Eden #26675A

Tints of Eden #26675A

Color information

#26675A (or 0x26675A) is unknown color: approx Eden. HEX triplet: 26, 67 and 5A. RGB value is (38,103,90). Sum of RGB (Red+Green+Blue) = 38+103+90=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 103 - color contains mainly: green. Hex color #26675A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26675A is #D998A5. Grayscale: #525252. Windows color (decimal): -14260390 or 5924646. OLE color: 5924646.

HSL color Cylindrical-coordinate representation of color #26675A: hue angle of 168º 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 #26675A is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB3810390-
CMYK0.6300.130.60
HSL168º46.1%27.65%-
HSV(B)168º63.11%40.39%-
XYZ7.510.8511.37-
YUV82.08132.4796.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.45%
GREEN value IS 103 (40.62% from 255) = 44.59%
BLUE value IS 90 (35.55% from 255) = 38.96%
R=16.45%
G=44.59%
B=38.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal38103900.6300.130.6016846.127.65
Hex26675A3F0D3Ca82e1c
Octal4614713277015742505634
Binary10011011001111011010111111011011111001010100010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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