#38645D

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

Shades of Eden #38645D

Tints of Eden #38645D

Color information

#38645D (or 0x38645D) is unknown color: approx Eden. HEX triplet: 38, 64 and 5D. RGB value is (56,100,93). Sum of RGB (Red+Green+Blue) = 56+100+93=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 100 - color contains mainly: green. Hex color #38645D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38645D is #C79BA2. Grayscale: #565656. Windows color (decimal): -13081507 or 6120504. OLE color: 6120504.

HSL color Cylindrical-coordinate representation of color #38645D: hue angle of 170.45º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #38645D is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB5610093-
CMYK0.4400.070.61
HSL170.45º28.21%30.59%-
HSV(B)170.45º44%39.22%-
XYZ8.1610.7512-
YUV86.05131.92106.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 100 (39.45% from 255) = 40.16%
BLUE value IS 93 (36.72% from 255) = 37.35%
R=22.49%
G=40.16%
B=37.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal56100930.4400.070.61170.4528.2130.59
Hex38645D2C073Daa1c1f
Octal701441355407752523437
Binary111000110010010111011011000111111101101010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38645D; }

 p { color: rgb(56,100,93); }

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

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

 a { background-color: rgb(56,100,93); }

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

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

 span { border-color: rgb(56,100,93); }

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