#42926B

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

Shades of Eucalyptus #42926B

Tints of Eucalyptus #42926B

Color information

#42926B (or 0x42926B) is unknown color: approx Eucalyptus. HEX triplet: 42, 92 and 6B. RGB value is (66,146,107). Sum of RGB (Red+Green+Blue) = 66+146+107=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #42926B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42926B is #BD6D94. Grayscale: #757575. Windows color (decimal): -12414357 or 7049794. OLE color: 7049794.

HSL color Cylindrical-coordinate representation of color #42926B: hue angle of 150.75º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42926B is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB66146107-
CMYK0.5500.270.43
HSL150.75º37.74%41.57%-
HSV(B)150.75º54.79%57.25%-
XYZ15.1822.7817.51-
YUV117.6312291.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.69%
GREEN value IS 146 (57.42% from 255) = 45.77%
BLUE value IS 107 (42.19% from 255) = 33.54%
R=20.69%
G=45.77%
B=33.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661461070.5500.270.43150.7537.7441.57
Hex42926B3701B2B97262a
Octal10222215367033532274652
Binary100001010010010110101111011101101110101110010111100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42926B; }

 p { color: rgb(66,146,107); }

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

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

 a { background-color: rgb(66,146,107); }

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

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

 span { border-color: rgb(66,146,107); }

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