#38A368

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

Shades of Eucalyptus #38A368

Tints of Eucalyptus #38A368

Color information

#38A368 (or 0x38A368) is unknown color: approx Eucalyptus. HEX triplet: 38, A3 and 68. RGB value is (56,163,104). Sum of RGB (Red+Green+Blue) = 56+163+104=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 163 (64.06% from 255 or 50.46% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 163 - color contains mainly: green. Hex color #38A368 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A368 is #C75C97. Grayscale: #7C7C7C. Windows color (decimal): -13065368 or 6857528. OLE color: 6857528.

HSL color Cylindrical-coordinate representation of color #38A368: hue angle of 146.92º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A368 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB56163104-
CMYK0.6600.360.36
HSL146.92º48.86%42.94%-
HSV(B)146.92º65.64%63.92%-
XYZ17.2328.0317.6-
YUV124.28116.5579.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.34%
GREEN value IS 163 (64.06% from 255) = 50.46%
BLUE value IS 104 (41.02% from 255) = 32.20%
R=17.34%
G=50.46%
B=32.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal561631040.6600.360.36146.9248.8642.94
Hex38A368420242493312b
Octal70243150102044442236153
Binary1110001010001111010001000010010010010010010010011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38A368; }

 p { color: rgb(56,163,104); }

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

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

 a { background-color: rgb(56,163,104); }

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

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

 span { border-color: rgb(56,163,104); }

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