#38965E

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

Shades of Eucalyptus #38965E

Tints of Eucalyptus #38965E

Color information

#38965E (or 0x38965E) is unknown color: approx Eucalyptus. HEX triplet: 38, 96 and 5E. RGB value is (56,150,94). Sum of RGB (Red+Green+Blue) = 56+150+94=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 150 (58.98% from 255 or 50% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 150 - color contains mainly: green. Hex color #38965E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38965E is #C769A1. Grayscale: #737373. Windows color (decimal): -13068706 or 6198840. OLE color: 6198840.

HSL color Cylindrical-coordinate representation of color #38965E: hue angle of 144.26º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38965E is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB5615094-
CMYK0.6300.370.41
HSL144.26º45.63%40.39%-
HSV(B)144.26º62.67%58.82%-
XYZ14.5623.4614.35-
YUV115.51115.8685.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.67%
GREEN value IS 150 (58.98% from 255) = 50%
BLUE value IS 94 (37.11% from 255) = 31.33%
R=18.67%
G=50%
B=31.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal56150940.6300.370.41144.2645.6340.39
Hex38965E3F02529902e28
Octal7022613677045512205650
Binary111000100101101011110111111010010110100110010000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38965E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,150,94); }

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

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

 a { background-color: rgb(56,150,94); }

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

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

 span { border-color: rgb(56,150,94); }

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