#26925E

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

Shades of Eucalyptus #26925E

Tints of Eucalyptus #26925E

Color information

#26925E (or 0x26925E) is unknown color: approx Eucalyptus. HEX triplet: 26, 92 and 5E. RGB value is (38,146,94). Sum of RGB (Red+Green+Blue) = 38+146+94=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 146 (57.42% from 255 or 52.52% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 146 - color contains mainly: green. Hex color #26925E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26925E is #D96DA1. Grayscale: #6B6B6B. Windows color (decimal): -14249378 or 6197798. OLE color: 6197798.

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

Color convert

RGB3814694-
CMYK0.7400.360.43
HSL151.11º58.7%36.08%-
HSV(B)151.11º73.97%57.25%-
XYZ13.121.7814.1-
YUV107.78120.2278.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.67%
GREEN value IS 146 (57.42% from 255) = 52.52%
BLUE value IS 94 (37.11% from 255) = 33.81%
R=13.67%
G=52.52%
B=33.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal38146940.7400.360.43151.1158.736.08
Hex26925E4A0242B973b24
Octal46222136112044532277344
Binary1001101001001010111101001010010010010101110010111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26925E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26925E; }

 p { color: rgb(38,146,94); }

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

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

 a { background-color: rgb(38,146,94); }

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

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

 span { border-color: rgb(38,146,94); }

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