#269560

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

Shades of Eucalyptus #269560

Tints of Eucalyptus #269560

Color information

#269560 (or 0x269560) is unknown color: approx Eucalyptus. HEX triplet: 26, 95 and 60. RGB value is (38,149,96). Sum of RGB (Red+Green+Blue) = 38+149+96=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #269560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269560 is #D96A9F. Grayscale: #6D6D6D. Windows color (decimal): -14248608 or 6329638. OLE color: 6329638.

HSL color Cylindrical-coordinate representation of color #269560: hue angle of 151.35º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269560 is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB3814996-
CMYK0.7400.360.42
HSL151.35º59.36%36.67%-
HSV(B)151.35º74.5%58.43%-
XYZ13.6622.7514.74-
YUV109.77120.2376.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.43%
GREEN value IS 149 (58.59% from 255) = 52.65%
BLUE value IS 96 (37.89% from 255) = 33.92%
R=13.43%
G=52.65%
B=33.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38149960.7400.360.42151.3559.3636.67
Hex2695604A0242A973b25
Octal46225140112044522277345
Binary1001101001010111000001001010010010010101010010111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269560; }

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

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

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

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

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

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

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

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