#269961

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

Shades of Eucalyptus #269961

Tints of Eucalyptus #269961

Color information

#269961 (or 0x269961) is unknown color: approx Eucalyptus. HEX triplet: 26, 99 and 61. RGB value is (38,153,97). Sum of RGB (Red+Green+Blue) = 38+153+97=288 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.19% from 288); Green value is 153 (60.16% from 255 or 53.12% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 153 - color contains mainly: green. Hex color #269961 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269961 is #D9669E. Grayscale: #707070. Windows color (decimal): -14247583 or 6396198. OLE color: 6396198.

HSL color Cylindrical-coordinate representation of color #269961: hue angle of 150.78º 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 #269961 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB3815397-
CMYK0.7500.370.4
HSL150.78º60.21%37.45%-
HSV(B)150.78º75.16%60%-
XYZ14.3524.0615.2-
YUV112.23119.475.05-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.19%
GREEN value IS 153 (60.16% from 255) = 53.12%
BLUE value IS 97 (38.28% from 255) = 33.68%
R=13.19%
G=53.12%
B=33.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal38153970.7500.370.4150.7860.2137.45
Hex2699614B02528973c25
Octal46231141113045502277445
Binary1001101001100111000011001011010010110100010010111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269961; }

 p { color: rgb(38,153,97); }

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

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

 a { background-color: rgb(38,153,97); }

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

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

 span { border-color: rgb(38,153,97); }

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