#269863

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

Shades of Eucalyptus #269863

Tints of Eucalyptus #269863

Color information

#269863 (or 0x269863) is unknown color: approx Eucalyptus. HEX triplet: 26, 98 and 63. RGB value is (38,152,99). Sum of RGB (Red+Green+Blue) = 38+152+99=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #269863 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269863 is #D9679C. Grayscale: #6F6F6F. Windows color (decimal): -14247837 or 6527014. OLE color: 6527014.

HSL color Cylindrical-coordinate representation of color #269863: hue angle of 152.11º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269863 is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB3815299-
CMYK0.7500.350.40
HSL152.11º60%37.25%-
HSV(B)152.11º75%59.61%-
XYZ14.2823.7715.64-
YUV111.87120.7375.31-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.15%
GREEN value IS 152 (59.77% from 255) = 52.60%
BLUE value IS 99 (39.06% from 255) = 34.26%
R=13.15%
G=52.60%
B=34.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal38152990.7500.350.40152.116037.25
Hex2698634B02328983c25
Octal46230143113043502307445
Binary1001101001100011000111001011010001110100010011000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269863; }

 p { color: rgb(38,152,99); }

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

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

 a { background-color: rgb(38,152,99); }

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

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

 span { border-color: rgb(38,152,99); }

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