#267060

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

Shades of Eden #267060

Tints of Eden #267060

Color information

#267060 (or 0x267060) is unknown color: approx Eden. HEX triplet: 26, 70 and 60. RGB value is (38,112,96). Sum of RGB (Red+Green+Blue) = 38+112+96=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #267060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267060 is #D98F9F. Grayscale: #585858. Windows color (decimal): -14258080 or 6320166. OLE color: 6320166.

HSL color Cylindrical-coordinate representation of color #267060: hue angle of 167.03º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #267060 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB3811296-
CMYK0.6600.140.56
HSL167.03º49.33%29.41%-
HSV(B)167.03º66.07%43.92%-
XYZ8.712.8413.09-
YUV88.05132.4892.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.45%
GREEN value IS 112 (44.14% from 255) = 45.53%
BLUE value IS 96 (37.89% from 255) = 39.02%
R=15.45%
G=45.53%
B=39.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38112960.6600.140.56167.0349.3329.41
Hex267060420E38a7311d
Octal46160140102016702476135
Binary100110111000011000001000010011101110001010011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267060; }

 p { color: rgb(38,112,96); }

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

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

 a { background-color: rgb(38,112,96); }

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

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

 span { border-color: rgb(38,112,96); }

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