#38655E

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

Shades of Eden #38655E

Tints of Eden #38655E

Color information

#38655E (or 0x38655E) is unknown color: approx Eden. HEX triplet: 38, 65 and 5E. RGB value is (56,101,94). Sum of RGB (Red+Green+Blue) = 56+101+94=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 101 - color contains mainly: green. Hex color #38655E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38655E is #C79AA1. Grayscale: #565656. Windows color (decimal): -13081250 or 6186296. OLE color: 6186296.

HSL color Cylindrical-coordinate representation of color #38655E: hue angle of 170.67º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #38655E is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB5610194-
CMYK0.4500.070.60
HSL170.67º28.66%30.78%-
HSV(B)170.67º44.55%39.61%-
XYZ8.310.9612.27-
YUV86.75132.09106.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 101 (39.84% from 255) = 40.24%
BLUE value IS 94 (37.11% from 255) = 37.45%
R=22.31%
G=40.24%
B=37.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56101940.4500.070.60170.6728.6630.78
Hex38655E2D073Cab1d1f
Octal701451365507742533537
Binary111000110010110111101011010111111100101010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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